Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 04 May 2019 17:03:23
Message-Id: 1556989382.b21294f02d041f0fbeb4f8892360f8371235c1d2.dilfridge@gentoo
1 commit: b21294f02d041f0fbeb4f8892360f8371235c1d2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 16:59:08 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 17:03:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21294f0
7
8 sys-devel/binutils: keyword ~riscv
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-devel/binutils/binutils-2.32-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild
17 index ce1d9442f7e..8d27d27cf2b 100644
18 --- a/sys-devel/binutils/binutils-2.32-r1.ebuild
19 +++ b/sys-devel/binutils/binutils-2.32-r1.ebuild
20 @@ -45,7 +45,7 @@ case ${PV} in
21 *)
22 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
23 SLOT=$(get_version_component_range 1-2)
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
26 ;;
27 esac