Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/
Date: Sat, 06 Oct 2018 16:49:00
Message-Id: 1538844447.e433d7c71e6f5552715968dce4aa91897c013ccc.mattst88@gentoo
1 commit: e433d7c71e6f5552715968dce4aa91897c013ccc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 16:13:33 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 16:47:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e433d7c7
7
8 sys-libs/binutils-libs-2.30-r4: ppc64 stable, bug 667648
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild b/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
16 index c4030518f69..f44a3e1e534 100644
17 --- a/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
18 +++ b/sys-libs/binutils-libs/binutils-libs-2.30-r4.ebuild
19 @@ -21,7 +21,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
20 # The shared lib SONAMEs use the ${PV} in them.
21 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
22 SLOT="0/${PV}-r1"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE="64-bit-bfd multitarget nls static-libs"
26
27 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"