mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
libedit: fix lib version
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="1992-2014 The NetBSD Foundation, Inc."
|
||||
HOMEPAGE="http://www.thrysoee.dk/editline/"
|
||||
SOURCE_URI="http://www.thrysoee.dk/editline/libedit-20150325-3.1.tar.gz"
|
||||
CHECKSUM_SHA256="c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -18,7 +18,7 @@ PATCHES="libedit-2015_03_25_3.1.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libedit$secondaryArchSuffix = $portVersion
|
||||
lib:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
|
||||
lib:libedit$secondaryArchSuffix = 0.0.53 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -72,7 +72,7 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
libedit${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
|
||||
devel:libedit$secondaryArchSuffix = 0.0.53 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libedit$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user