diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 15:59:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 15:59:03 +0000 |
commit | 26630210feb4e53ba19cfec502aceaf997d3f5fe (patch) | |
tree | 85b0b1b45522b31dbab7415ba1d50268243ab8b9 | |
parent | 2a15bb4c21792825ebc98028bbcfff4bb76230eb (diff) |
sys-libs/binutils-libs : fix slot
-rw-r--r-- | sys-libs/binutils-libs/binutils-libs-2.31.1-r1337.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r1337.ebuild b/sys-libs/binutils-libs/binutils-libs-2.31.1-r1337.ebuild index 17c9385a..20355f9d 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r1337.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r1337.ebuild @@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz LICENSE="|| ( GPL-3 LGPL-3 )" # The shared lib SONAMEs use the ${PV} in them. # -r1 is a one-off subslot bump where SONAME changed for bug #666100 -SLOT="0/${PV}-r1" +SLOT="0/${PVR}" IUSE="64-bit-bfd multitarget nls static-libs" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" |