commit: 8970999531cfbfe252aa53ab3a5fff94bd321a44 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 6 14:47:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 6 16:02:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89709995
profiles: tweak GCC mask message As 11 is EOL, let's not give the impression that it ain't. See also 3cfc09d22608f46e66e233251cae04fc1e6c4444. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index fe1155282e44..5dfbae8e298a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -465,9 +465,11 @@ app-emulation/virtualbox-kvm ~sys-boot/plymouth-24.004.60 # Sam James <[email protected]> (2024-09-30) -# GCC 10 and older no longer receive upstream support or fixes for +# GCC 11 and older no longer receive upstream support or fixes for # bugs. Please switch to a newer GCC version using gcc-config. -# The lowest supported version of GCC is GCC 11. +# +# The earliest supported version of GCC is GCC 12, but 11 remains unmasked +# for now to ease sys-devel/gcc[d] bootstrapping. <sys-devel/gcc-11 <sys-devel/kgcc64-11
