Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sun, 19 Nov 2017 19:14:57
Message-Id: 1511118856.bab437bc3f678c5493c91a81bbc9cb20b5ecbbbf.whissi@gentoo
1 commit: bab437bc3f678c5493c91a81bbc9cb20b5ecbbbf
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 18:56:56 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 19:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab437bc
7
8 sys-devel/binutils: x86 stable (bug #627166)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-devel/binutils/binutils-2.29.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/binutils/binutils-2.29.1-r1.ebuild b/sys-devel/binutils/binutils-2.29.1-r1.ebuild
16 index 1264bfe0741..54af7005d1e 100644
17 --- a/sys-devel/binutils/binutils-2.29.1-r1.ebuild
18 +++ b/sys-devel/binutils/binutils-2.29.1-r1.ebuild
19 @@ -7,6 +7,6 @@ PATCHVER="3"
20 ELF2FLT_VER=""
21 inherit toolchain-binutils
22
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
25
26 PATCHES=( "${FILESDIR}/${P}-nogoldtest.patch" )