From: Fabian Groffen Date: Thu, 8 Dec 2011 08:13:56 +0000 (+0000) Subject: Mask USE=vanilla for gcc, since that results in a broken compiler on Prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51e3fdb838685e9fe864be2fef1d05ead39eb2d3;p=gentoo.git Mask USE=vanilla for gcc, since that results in a broken compiler on Prefix --- diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 7443b2016e0a..b7b3e97e7438 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.306 2011/12/08 08:11:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.307 2011/12/08 08:13:56 grobian Exp $ + + 08 Dec 2011; Fabian Groffen package.use.mask: + Mask USE=vanilla for gcc, since that results in a broken compiler on Prefix 08 Dec 2011; Fabian Groffen +sunos/solaris/package.use.force, sunos/solaris/package.use.mask: diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index 83b1b1e045f2..521955a90b1e 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.16 2011/04/07 18:47:43 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.17 2011/12/08 08:13:56 grobian Exp $ + +# Fabian Groffen (08 Dec 2011) +# USE=vanilla produces a broken compiler for Prefix. Only use this flag +# when you're absolutely sure what you're doing. Do NOT report bugs +# about failing packages when using a vanilla compiler! +sys-devel/gcc vanilla # Fabian Groffen (23 Oct 2010) # IPC relies on pipes, selects, polls, and more stuff that Python is