opusfile,opus_tools: fix provide compat version.

This commit is contained in:
Jerome Duval
2015-11-29 21:48:18 +00:00
parent c3c6b91c43
commit 402da8023f
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ PATCHES="opus_tools-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
opus_tools$secondaryArchSuffix = $portVersion compat >= 1
opus_tools$secondaryArchSuffix = $portVersion compat >= 0
cmd:opusdec$secondaryArchSuffix
cmd:opusenc$secondaryArchSuffix
cmd:opusinfo$secondaryArchSuffix

View File

@@ -32,7 +32,7 @@ REQUIRES="
"
PROVIDES_devel="
opusfile${secondaryArchSuffix}_devel = $portVersion compat >= 1
opusfile${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libopusfile$secondaryArchSuffix = 0.3.1 compat >= 0
devel:libopusurl$secondaryArchSuffix = 0.3.1 compat >= 0
"