commit: eb3eac2534f0b49a097f87bf36099b95ef4bc9fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 21 01:21:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 21 01:21:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3eac25
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 <AT> gentoo.org> sys-devel/gcc/gcc-11.3.1_p20230518.ebuild | 6 +++--- 1 file 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.