commit: c5dc1023bfc6c6fc43a6b0ee4960a03cba92e74b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 12 01:20:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 01:20:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dc1023
profiles: update comment wrt GCC EOL Not masking 12 for the same reason not masked 11 yet (D bootstrapping). Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index ffd0d568035c..76c079861f2a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -500,10 +500,10 @@ app-emulation/virtualbox-kvm ~sys-boot/plymouth-24.004.60 # Sam James <[email protected]> (2024-09-30) -# GCC 11 and older no longer receive upstream support or fixes for +# GCC 12 and older no longer receive upstream support or fixes for # bugs. Please switch to a newer GCC version using gcc-config. # -# The earliest supported version of GCC is GCC 12, but 11 remains unmasked +# The earliest supported version of GCC is GCC 13, but 11/12 remain unmasked # for now to ease sys-devel/gcc[d] bootstrapping. <sys-devel/gcc-11 <sys-devel/kgcc64-11
