libepoxy: fix provides.

This commit is contained in:
Adrien Destugues
2017-07-05 13:02:50 +02:00
parent 2617f9a042
commit 37357da276

View File

@@ -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="