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/gcc-config/
Date: Sat, 04 May 2019 19:51:46
Message-Id: 1556999492.7480a5c3e8432c1e92759cc66e1e2158eb8c4af5.dilfridge@gentoo
1 commit: 7480a5c3e8432c1e92759cc66e1e2158eb8c4af5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 19:46:46 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 19:51:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7480a5c3
7
8 sys-devel/gcc-config: 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/gcc-config/gcc-config-2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/gcc-config/gcc-config-2.0.ebuild b/sys-devel/gcc-config/gcc-config-2.0.ebuild
17 index b6d179e1a6a..2b2bd5117da 100644
18 --- a/sys-devel/gcc-config/gcc-config-2.0.ebuild
19 +++ b/sys-devel/gcc-config/gcc-config-2.0.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="mirror://gentoo/${P}.tar.xz
23 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
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 fi
27
28 DESCRIPTION="Utility to manage compilers"