Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Sun, 26 Jun 2022 04:19:42
Message-Id: 1656216985.8361df2d3e90a663b8c246b8310da672e30f367b.sam@gentoo
1 commit: 8361df2d3e90a663b8c246b8310da672e30f367b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 04:16:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 04:16:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8361df2d
7
8 sys-devel/gcc: keyword 12.1.1_p20220625
9
10 The stars have finally aligned and all notable regressions
11 have been fixed upstream in this snapshot (and nothing new introduced).
12
13 Recommend people use this over 12.1.0 itself.
14
15 Bug: https://bugs.gentoo.org/839906
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 sys-devel/gcc/gcc-12.1.1_p20220625.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild b/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
22 index a74c09e44cc1..51819ad52713 100644
23 --- a/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
24 +++ b/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
25 @@ -13,8 +13,7 @@ inherit toolchain
26
27 # Don't keyword live ebuilds
28 if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
29 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 - KEYWORDS="~loong"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 fi
33
34 # Technically only if USE=hardened *too* right now, but no point in complicating it further.