commit: d13eb2d9a34194173be17fd0e0994f5f85a78399
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 04:19:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 04:22:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13eb2d9
sys-devel/gcc: Stabilize 12.3.1_p20240112 arm64, #922709
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gcc/gcc-12.3.1_p20240112.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-12.3.1_p20240112.ebuild
b/sys-devel/gcc/gcc-12.3.1_p20240112.ebuild
index 6237c5b766e1..29df29620c90 100644
--- a/sys-devel/gcc/gcc-12.3.1_p20240112.ebuild
+++ b/sys-devel/gcc/gcc-12.3.1_p20240112.ebuild
@@ -37,7 +37,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 ~ia64 ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc x86"
:;
fi