diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-02-19 19:46:56 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-02-19 19:46:56 +0000 |
commit | 2478afde4e3723bbaf408b0bf9a826fd6e7cb342 (patch) | |
tree | 90b105b95c4057bc11e20a8c7cb30617c87e3803 /profiles/prefix | |
parent | Use append-cppflags instead of too generic append-flags to avoid F77 and FC r... (diff) | |
download | gentoo-2-2478afde4e3723bbaf408b0bf9a826fd6e7cb342.tar.gz gentoo-2-2478afde4e3723bbaf408b0bf9a826fd6e7cb342.tar.bz2 gentoo-2-2478afde4e3723bbaf408b0bf9a826fd6e7cb342.zip |
Mask FSF GCC on Mac OS X profiles, because Gentoo Prefix does not support its usage, bug #402119
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/package.mask | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index ff9f61cffa9d..177eb7a2d09f 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.328 2012/02/16 12:46:57 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.329 2012/02/19 19:46:56 grobian Exp $ + + 19 Feb 2012; Fabian Groffen <grobian@gentoo.org> darwin/package.mask: + Mask FSF GCC on Mac OS X profiles, because Gentoo Prefix does not support its + usage, bug #402119 16 Feb 2012; Michael Haubenwallner <haubi@gentoo.org> aix/package.use.mask: p.use.mask 'jit' for libpcre, is not ported to AIX diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask index 14c616da6993..c36c1b2702fd 100644 --- a/profiles/prefix/darwin/package.mask +++ b/profiles/prefix/darwin/package.mask @@ -1,8 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.30 2012/02/13 20:27:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.31 2012/02/19 19:46:56 grobian Exp $ +# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012) +# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While +# the FSF GCC compiler is certainly useful, some - if not many - +# packages expect the Apple branch of GCC, and its (sometimes peculiar) +# behaviour. Do not file bugs for packages that fail to compile with +# FSF GCC, if you have patches, please send them directly to upstream. +sys-devel/gcc + # Fabian Groffen <grobian@gentoo.org> (13 Feb 2012) # Only version which compiles for us ->=media-gfx/gimp-2.7 |