diff options
author | 2024-10-29 05:02:24 +0000 | |
---|---|---|
committer | 2024-10-29 05:02:24 +0000 | |
commit | 77e4a239f65a854efcb428975ea2911a4cfa2fa4 (patch) | |
tree | c7281f1a765edb5e6947ca9b8a68de41a925add8 /sys-devel | |
parent | sys-devel/gcc: drop 14.2.1_p20241019 (diff) | |
download | gentoo-77e4a239f65a854efcb428975ea2911a4cfa2fa4.tar.gz gentoo-77e4a239f65a854efcb428975ea2911a4cfa2fa4.tar.bz2 gentoo-77e4a239f65a854efcb428975ea2911a4cfa2fa4.zip |
sys-devel/gcc: keyword 12.4.1_p20241010
The last 2 snapshots for 12.x haven't been generated because of upstream infra
issues so will likely keyword the next one quite soon but given :12 is
shadowed, no harm in doing this one even if another one is coming in
short order.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-12.4.1_p20241010.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.4.1_p20241010.ebuild b/sys-devel/gcc/gcc-12.4.1_p20241010.ebuild index 5845745860b0..5d493e9223cd 100644 --- a/sys-devel/gcc/gcc-12.4.1_p20241010.ebuild +++ b/sys-devel/gcc/gcc-12.4.1_p20241010.ebuild @@ -39,7 +39,7 @@ if tc_is_live ; then EGIT_BRANCH=releases/gcc-$(ver_cut 1) elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then # Don't keyword live ebuilds - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" :; fi |