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 12:28:23
Message-Id: 1583152091.a2a36f58a5a28704111f47f68564dfa246739d28.ago@gentoo
1 commit: a2a36f58a5a28704111f47f68564dfa246739d28
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 12:28:11 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 12:28:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a36f58
7
8 sys-devel/binutils: arm stable wrt bug #711106
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="arm"
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 e22336ceccd..c2d3157a738 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