Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sun, 05 Jan 2020 12:19:41
Message-Id: 1578226768.2a577c8f5bcf8864f0bade3e5e66396efc13581c.slyfox@gentoo
1 commit: 2a577c8f5bcf8864f0bade3e5e66396efc13581c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 12:19:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 12:19:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a577c8f
7
8 sys-devel/binutils: stable 2.32-r2 on ia64, bug #699180
9
10 Bug: https://bugs.gentoo.org/699180
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-devel/binutils/binutils-2.32-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/binutils/binutils-2.32-r2.ebuild b/sys-devel/binutils/binutils-2.32-r2.ebuild
18 index e24bc140daf..9d02442c6e8 100644
19 --- a/sys-devel/binutils/binutils-2.32-r2.ebuild
20 +++ b/sys-devel/binutils/binutils-2.32-r2.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