diff options
author | Sam James <sam@gentoo.org> | 2022-05-30 08:11:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-30 08:14:29 +0100 |
commit | 05c78940e2b86cd54c4d52e0ac0a8eff5db6306b (patch) | |
tree | 1af35758125b9151734500a6b8bf9c6c6906397f /sys-devel | |
parent | sys-kernel/pf-sources: remove unused patch(es) (diff) | |
download | gentoo-05c78940e2b86cd54c4d52e0ac0a8eff5db6306b.tar.gz gentoo-05c78940e2b86cd54c4d52e0ac0a8eff5db6306b.tar.bz2 gentoo-05c78940e2b86cd54c4d52e0ac0a8eff5db6306b.zip |
sys-devel/gcc: Stabilize 11.3.0 amd64, #848462
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-11.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-11.3.0.ebuild b/sys-devel/gcc/gcc-11.3.0.ebuild index 6774321493c8..595588a4d590 100644 --- a/sys-devel/gcc/gcc-11.3.0.ebuild +++ b/sys-devel/gcc/gcc-11.3.0.ebuild @@ -10,7 +10,7 @@ MUSL_GCC_VER="11.3.0" inherit toolchain -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" # Technically only if USE=hardened *too* right now, but no point in complicating it further. # If GCC is enabling CET by default, we need glibc to be built with support for it. |