mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libepoxy: fix provides.
This commit is contained in:
@@ -11,7 +11,7 @@ to check for instead of just segfaulting, though."
|
||||
HOMEPAGE="https://github.com/anholt/libepoxy"
|
||||
COPYRIGHT="2017 Emmanuele Bassi"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/anholt/libepoxy/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7f18518ba0036f7670f837a510bb25be4b3e7fba97d75193b24f7220de55b515"
|
||||
|
||||
@@ -19,7 +19,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
epoxy$secondaryArchSuffix = $portVersion compat >= 1
|
||||
libepoxy$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libepoxy$secondaryArchSuffix = 1.4.2 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -29,11 +29,11 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
epoxy${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
libepoxy${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libepoxy$secondaryArchSuffix = 1.4.2 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
epoxy$secondaryArchSuffix == $portVersion base
|
||||
libepoxy$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user