diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-05-05 13:22:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-05-05 13:22:38 +0000 |
commit | b8c8a27621b4f4e05df13123dde7ca5b099ef584 (patch) | |
tree | 1add14eeff2e57769b90dc204359641e40842354 /profiles/prefix | |
parent | EAPI=4. [profile?] for haskell libs (part of fix for bug 341795). (diff) | |
download | gentoo-2-b8c8a27621b4f4e05df13123dde7ca5b099ef584.tar.gz gentoo-2-b8c8a27621b4f4e05df13123dde7ca5b099ef584.tar.bz2 gentoo-2-b8c8a27621b4f4e05df13123dde7ca5b099ef584.zip |
Unmask gcc-4.6 in Prefix
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/package.mask | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 2a2089f95972..d1c77ce79f9c 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.344 2012/05/03 20:07:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.345 2012/05/05 13:22:38 grobian Exp $ + + 05 May 2012; Fabian Groffen <grobian@gentoo.org> package.mask: + Unmask gcc-4.6 in Prefix 03 May 2012; Fabian Groffen <grobian@gentoo.org> darwin/macos/10.4/package.mask, darwin/macos/10.5/package.mask: diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index e588d9b59205..c98ce4fb8259 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.104 2012/04/29 09:15:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.105 2012/05/05 13:22:38 grobian Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. This file is for @@ -10,6 +10,11 @@ # +# Fabian Groffen <grobian@gentoo.org> (05 May 2012) +# Basically everybody is using it already, and in particular on Solaris +# 4.6 should be in a better shape. +->=sys-devel/gcc-4.6.0 + # Fabian Groffen <grobian@gentoo.org> (29 Apr 2012) # AT_FDCWD, openat, faccessat, etc. issues on probably all but Linux # platforms, masking for now. |