commit: 1e3e6ed8697bf035d8b2ee526e8503b637619331 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 28 02:24:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 28 02:52:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3e6ed8
profiles: mask <sys-devel/gcc-10 (GCC 9 and under) GCC 9 and under are no longer supported by upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 49bee55c8122..78b2e44bbe53 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2022-05-28) +# GCC 9 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 10. +<sys-devel/gcc-10 + # Sam James <[email protected]> (2022-05-28) # Masked for removal. Dead upstream, no releases in a long time, and superseded # by dev-python/python-pam. Fails tests in a few scary ways too. Removal @@ -506,11 +512,6 @@ sys-cluster/singularity sys-devel/automake:1.13 sys-devel/automake:1.15 -# David Seifert <[email protected]> (2022-03-20) -# Mask gcc-8 branch (ended upstream support). Please switch -# to a fresher gcc branch. -<sys-devel/gcc-9 - # Michał Górny <[email protected]> (2022-03-18) # The new version breaks building docs w/o Internet access (because it # tries to fetch and install all dependencies locally).
