mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libuuid: add CONFLICTS with (util-linux's) lib:libuuid. (#2683)
While at it, declare version for devel:libuuid.
This commit is contained in:
@@ -10,13 +10,13 @@ unique\"."
|
||||
HOMEPAGE="https://sourceforge.net/projects/libuuid/"
|
||||
COPYRIGHT="2013-2014 Ralph Böhme"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz"
|
||||
CHECKSUM_SHA256="46af3275291091009ad7f1b899de3d0cea0252737550e7919d17237997db5644"
|
||||
PATCHES="libuuid-1.0.3.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libuuid$secondaryArchSuffix = $portVersion
|
||||
@@ -25,10 +25,13 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
CONFLICTS="
|
||||
lib:libuuid$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libuuid${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libuuid$secondaryArchSuffix
|
||||
devel:libuuid$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libuuid$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user