mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
pciutils: bump version.
* add compat string for the library.
This commit is contained in:
@@ -13,9 +13,9 @@ registers. For example, you can adjust the latency timers with it."
|
||||
HOMEPAGE="https://mj.ucw.cz/sw/pciutils/"
|
||||
COPYRIGHT="1997-2016 Martin Mares"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2b69b4365de672c64962b1fbf1ca095961894801af051d676ca2273542e8976b"
|
||||
CHECKSUM_SHA256="58ad27f25c510598bdc5337160c8b573d6e9b328b3c5235636e89a1cc04d6a48"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -34,7 +34,7 @@ PROVIDES="
|
||||
"
|
||||
if [ "$LIBPCI_SHARED" = yes ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
lib:libpci$secondaryArchSuffix = $portVersion
|
||||
lib:libpci$secondaryArchSuffix = $portVersion >= 3
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -55,7 +55,7 @@ fi
|
||||
|
||||
PROVIDES_devel="
|
||||
pciutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpci$secondaryArchSuffix = $portVersion
|
||||
devel:libpci$secondaryArchSuffix = $portVersion >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
pciutils$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user