Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Mon, 29 Apr 2019 10:10:22
Message-Id: 1556532600.d0b1e17ebbd7761b9fb095aa0cf02f44c98993d9.jer@gentoo
1 commit: d0b1e17ebbd7761b9fb095aa0cf02f44c98993d9
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 10:08:37 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 10:10:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1e17e
7
8 sys-devel/binutils: Stable for HPPA too.
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --ignore-arches
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
18 index 3c1224c4f4b..7f24fd4fd6a 100644
19 --- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
20 +++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
21 @@ -45,7 +45,7 @@ case ${PV} in
22 *)
23 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
24 SLOT=$(get_version_component_range 1-2)
25 - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
26 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
27 ;;
28 esac