diff options
author | Sam James <sam@gentoo.org> | 2023-05-21 02:21:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-21 02:21:33 +0100 |
commit | eb3eac2534f0b49a097f87bf36099b95ef4bc9fe (patch) | |
tree | eb20540accc77efec5532231fe92fe447d39662c | |
parent | sys-devel/gcc: keyword 10.4.1_p20230517 (diff) | |
download | gentoo-eb3eac2534f0b49a097f87bf36099b95ef4bc9fe.tar.gz gentoo-eb3eac2534f0b49a097f87bf36099b95ef4bc9fe.tar.bz2 gentoo-eb3eac2534f0b49a097f87bf36099b95ef4bc9fe.zip |
sys-devel/gcc: keyword 11.3.1_p20230518
The other snapshots from the same time are kw'd, so let's do this as well.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-devel/gcc/gcc-11.3.1_p20230518.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-11.3.1_p20230518.ebuild b/sys-devel/gcc/gcc-11.3.1_p20230518.ebuild index 9b57b16f07be..a43b016c3fc3 100644 --- a/sys-devel/gcc/gcc-11.3.1_p20230518.ebuild +++ b/sys-devel/gcc/gcc-11.3.1_p20230518.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 if [[ ${CATEGORY} != cross-* ]] ; then # Technically only if USE=hardened *too* right now, but no point in complicating it further. |