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/
Date: Mon, 31 Oct 2022 21:17:27
Message-Id: 1667250998.aa08da6a457ccf5aff990cdcf40e6f7d3bc0a9a6.dilfridge@gentoo
1 commit: aa08da6a457ccf5aff990cdcf40e6f7d3bc0a9a6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 21:16:38 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 21:16:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa08da6a
7
8 sys-devel/gcc: restore ~riscv keyword in 12.2.1_p20221008
9
10 Problem not caused by gcc
11
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-devel/gcc/gcc-12.2.1_p20221008.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
18 index de4e0d488af6..aa3dfbf98f28 100644
19 --- a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
20 +++ b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
21 @@ -35,7 +35,7 @@ EGIT_BRANCH=releases/gcc-$(ver_cut 1)
22
23 # Don't keyword live ebuilds
24 if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 fi
28
29 # Technically only if USE=hardened *too* right now, but no point in complicating it further.