summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-26 05:16:21 +0100
committerSam James <sam@gentoo.org>2022-06-26 05:16:25 +0100
commit8361df2d3e90a663b8c246b8310da672e30f367b (patch)
tree7787ef5465b0e0d235e2ab4bf0a6718c246237b6 /sys-devel/gcc
parentsys-devel/gcc: drop broken sed CFLAGS mangling (diff)
downloadgentoo-8361df2d3e90a663b8c246b8310da672e30f367b.tar.gz
gentoo-8361df2d3e90a663b8c246b8310da672e30f367b.tar.bz2
gentoo-8361df2d3e90a663b8c246b8310da672e30f367b.zip
sys-devel/gcc: keyword 12.1.1_p20220625
The stars have finally aligned and all notable regressions have been fixed upstream in this snapshot (and nothing new introduced). Recommend people use this over 12.1.0 itself. Bug: https://bugs.gentoo.org/839906 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/gcc-12.1.1_p20220625.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild b/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
index a74c09e44cc1..51819ad52713 100644
--- a/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
+++ b/sys-devel/gcc/gcc-12.1.1_p20220625.ebuild
@@ -13,8 +13,7 @@ inherit toolchain
# Don't keyword live ebuilds
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
- #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- KEYWORDS="~loong"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
# Technically only if USE=hardened *too* right now, but no point in complicating it further.