diff options
author | Sam James <sam@gentoo.org> | 2022-10-13 22:46:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 22:48:14 +0100 |
commit | 249c452eb7cf395249c8d23f2dfeb17838fec590 (patch) | |
tree | a800a2828462fb0b6ac2badb3387c1f1a9a9cbe9 /sys-devel | |
parent | sys-devel/gcc: keyword 10.4.1_p20221006 (diff) | |
download | gentoo-249c452eb7cf395249c8d23f2dfeb17838fec590.tar.gz gentoo-249c452eb7cf395249c8d23f2dfeb17838fec590.tar.bz2 gentoo-249c452eb7cf395249c8d23f2dfeb17838fec590.zip |
sys-devel/gcc: keyword 11.3.1_p20221007
Bug: https://bugs.gentoo.org/865835
Bug: https://bugs.gentoo.org/873505
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-11.3.1_p20221007.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-11.3.1_p20221007.ebuild b/sys-devel/gcc/gcc-11.3.1_p20221007.ebuild index 4c05022129f0..e821929d61b4 100644 --- a/sys-devel/gcc/gcc-11.3.1_p20221007.ebuild +++ b/sys-devel/gcc/gcc-11.3.1_p20221007.ebuild @@ -27,9 +27,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 ~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 ~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. |