mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
binutils: fix library provides
This changes from 2.26.1 on.
This commit is contained in:
@@ -24,7 +24,7 @@ HOMEPAGE="http://www.gnu.org/software/binutils"
|
||||
COPYRIGHT="1988-2016 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="68e96393c7be88bc0e577404869a07ad3c0b48b3"
|
||||
SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="5f14f68a76035a04d15b1a3e9ba5bbd990b1b380b110b93cb33355142dca8f9c"
|
||||
@@ -52,8 +52,8 @@ PROVIDES="
|
||||
cmd:size$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
cmd:strings$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
cmd:strip$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libbfd_2.26.20160125$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libopcodes_2.26.20160125$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libbfd_2.26.1$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libopcodes_2.26.1$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user