commit: 88a174a68d68965d6b3ddd7a461c89cfd4e975e9 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun May 16 10:40:39 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun May 16 10:46:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a174a6
profiles/package.mask: mask =gcc-6* and =gcc-7* branches Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 805817c647a..e26aa5e1e9d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,16 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich <[email protected]> (2021-05-16) +# Mask gcc-7 branch (ended upstream support). Please switch +# to a freshed gcc branch. +<sys-devel/gcc-8 + +# Sergei Trofimovich <[email protected]> (2021-05-16) +# Mask gcc-6 branch (ended upstream support). Please switch +# to a freshed gcc branch. +<sys-devel/gcc-7 + # Georgy Yakovlev <[email protected]> (2021-05-15) # Dead upstream, homepage missing, EAPI=5, no systemd units. # https://bugs.gentoo.org/790413 , #434900, #552760
