diff options
author | 2024-11-21 15:14:33 +0000 | |
---|---|---|
committer | 2024-11-21 15:14:33 +0000 | |
commit | fbd0a72abcbee45638656446f34419f5a67bf296 (patch) | |
tree | 13704740a9a01d07f61f746ff7ba3ae8900c2dcb /sys-devel | |
parent | sys-devel/gcc: Stabilize 13.3.1_p20241115 ppc, #944190 (diff) | |
download | gentoo-fbd0a72abcbee45638656446f34419f5a67bf296.tar.gz gentoo-fbd0a72abcbee45638656446f34419f5a67bf296.tar.bz2 gentoo-fbd0a72abcbee45638656446f34419f5a67bf296.zip |
sys-devel/gcc: Stabilize 12.4.1_p20241114 ppc64, #944189
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-12.4.1_p20241114.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.4.1_p20241114.ebuild b/sys-devel/gcc/gcc-12.4.1_p20241114.ebuild index 71a334bfc63d..b60f491e2b8a 100644 --- a/sys-devel/gcc/gcc-12.4.1_p20241114.ebuild +++ b/sys-devel/gcc/gcc-12.4.1_p20241114.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 |