mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge pull request #344 from TwoFX/ginac_fixup
cln, ginac: Give lib and devel the actual version of the library
This commit is contained in:
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
cln$secondaryArchSuffix = $portVersion
|
||||
lib:libcln$secondaryArchSuffix = $portVersion
|
||||
lib:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
cmd:pi$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -31,7 +31,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
cln${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcln$secondaryArchSuffix = $portVersion
|
||||
devel:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcln$secondaryArchSuffix == $portVersion
|
||||
|
||||
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
ginac$secondaryArchSuffix = $portVersion
|
||||
lib:libginac$secondaryArchSuffix = $portVersion
|
||||
lib:libginac$secondaryArchSuffix = 5.0.1 compat >= 5
|
||||
cmd:ginac_excompiler$secondaryArchSuffix = $portVersion
|
||||
cmd:ginsh$secondaryArchSuffix = $portVersion
|
||||
cmd:viewgar$secondaryArchSuffix = $portVersion
|
||||
@@ -29,7 +29,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
ginac${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libginac$secondaryArchSuffix = $portVersion
|
||||
devel:libginac$secondaryArchSuffix = 5.0.1 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ginac$secondaryArchSuffix == $portVersion
|
||||
|
||||
Reference in New Issue
Block a user