mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libgpg-error: fix soname version
This commit is contained in:
@@ -5,7 +5,7 @@ DirMngr, Pinentry, SmartCard Daemon and more."
|
||||
HOMEPAGE="https://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
|
||||
COPYRIGHT="2003-2016 g10 Code GmbH"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540"
|
||||
SOURCE_DIR="libgpg-error-$portVersion"
|
||||
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libgpg_error$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libgpg_error$secondaryArchSuffix = 0.19.0 compat >= 0
|
||||
lib:libgpg_error$secondaryArchSuffix = 0.19.1 compat >= 0
|
||||
cmd:gpg_error$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -26,7 +26,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libgpg_error${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:gpg_error_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgpg_error$secondaryArchSuffix = 0.19.0 compat >= 0
|
||||
devel:libgpg_error$secondaryArchSuffix = 0.19.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgpg_error$secondaryArchSuffix == $portVersion
|
||||
|
||||
Reference in New Issue
Block a user