diff options
author | 2022-12-05 00:01:43 +0000 | |
---|---|---|
committer | 2022-12-05 00:04:11 +0000 | |
commit | 1ceb675fb04f4fe2789ec76d0e00ef05cf906fc0 (patch) | |
tree | bf2840f4cad9fef7e881cfe06c83b5cfd568e0e0 /sys-devel | |
parent | sys-devel/gcc: keyword 11.3.1_p20221202 (diff) | |
download | gentoo-1ceb675fb04f4fe2789ec76d0e00ef05cf906fc0.tar.gz gentoo-1ceb675fb04f4fe2789ec76d0e00ef05cf906fc0.tar.bz2 gentoo-1ceb675fb04f4fe2789ec76d0e00ef05cf906fc0.zip |
sys-devel/gcc: keyword 12.2.1_p20221203
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-12.2.1_p20221203.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-12.2.1_p20221203.ebuild b/sys-devel/gcc/gcc-12.2.1_p20221203.ebuild index 28a10fb471f5..04ae105d2567 100644 --- a/sys-devel/gcc/gcc-12.2.1_p20221203.ebuild +++ b/sys-devel/gcc/gcc-12.2.1_p20221203.ebuild @@ -34,9 +34,9 @@ inherit toolchain EGIT_BRANCH=releases/gcc-$(ver_cut 1) # 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" -#fi +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" +fi # Technically only if USE=hardened *too* right now, but no point in complicating it further. # If GCC is enabling CET by default, we need glibc to be built with support for it. |