Skip to content

Commit

Permalink
binutils 2.26.1: fix library provides
Browse files Browse the repository at this point in the history
- This must always match the soname of the libs.
  • Loading branch information
pulkomandy committed Aug 20, 2016
1 parent fdd1f4d commit 6ba9612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe
Expand Up @@ -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
Expand Down

0 comments on commit 6ba9612

Please sign in to comment.