commit: 347866e045fa2bd8d99b03a591a7fe11b1ff3980
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 8 22:53:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 22:53:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347866e0
sys-devel/gcc: destabilize 12.4.1_p20250704
I didn't mean to push this as stable, though it's not a big deal as
the changes are really pretty small and the branch is winding down (EOL
shortly). Pointed out by Eli.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gcc/gcc-12.4.1_p20250704.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-12.4.1_p20250704.ebuild
b/sys-devel/gcc/gcc-12.4.1_p20250704.ebuild
index 6d60bfb13c33..9424061a2eba 100644
--- a/sys-devel/gcc/gcc-12.4.1_p20250704.ebuild
+++ b/sys-devel/gcc/gcc-12.4.1_p20250704.ebuild
@@ -43,7 +43,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