Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Mon, 02 Mar 2020 15:23:01
Message-Id: 1583162545.3a88caa1c16fa40507d19709e949e0ac4cf72f3f.ago@gentoo
1 commit: 3a88caa1c16fa40507d19709e949e0ac4cf72f3f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 15:22:25 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 15:22:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a88caa1
7
8 sys-devel/binutils: ppc stable wrt bug #711106
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-devel/binutils/binutils-2.33.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/binutils/binutils-2.33.1-r1.ebuild b/sys-devel/binutils/binutils-2.33.1-r1.ebuild
18 index e38048dc8eb..5a6771f28b6 100644
19 --- a/sys-devel/binutils/binutils-2.33.1-r1.ebuild
20 +++ b/sys-devel/binutils/binutils-2.33.1-r1.ebuild
21 @@ -42,7 +42,7 @@ case ${PV} in
22 *)
23 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
24 SLOT=$(ver_cut 1-2)
25 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~riscv s390 ~sh sparc x86"
26 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
27 ;;
28 esac