commit:     a2855acfb8f054276dd54fff340cf319c4e58e16
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 10:12:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 19:22:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2855acf

package.mask: Extend sys-devel/gcc mask to <5.4

Extend the sys-devel/gcc mask to include all versions <5.4,
in particular gcc-4.9 that is still present in Gentoo. This version is
causing numeruous build failures for various packages, and there is
really no point in pursuing restrictions package-by-package.

Closes: https://github.com/gentoo/gentoo/pull/6627

 profiles/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 03ceeed9ad3..6309204ee9e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -908,7 +908,8 @@ dev-ruby/poltergeist
 # If you still use one of these old toolchain packages, please upgrade (and
 # switch the compiler / the binutils) ASAP. If you need them for a specific
 # (isolated) use case, feel free to unmask them on your system.
-<sys-devel/gcc-4.9
+# (updated 27 Dec 2017 with gcc < 5.4)
+<sys-devel/gcc-5.4
 <sys-libs/glibc-2.25-r9
 <sys-devel/binutils-2.28.1
 

Reply via email to