diff options
author | 2009-12-27 16:13:39 +0000 | |
---|---|---|
committer | 2009-12-27 16:13:39 +0000 | |
commit | 12207d745c30abfc5275cd85b3614977c6248fe4 (patch) | |
tree | 6fc157015c29e27747b6fe96051ad2b50fc920ff /profiles | |
parent | Fix typo in gcc-config, tsch -> tcsh, caused -E to use export iso setenv. No... (diff) | |
download | gentoo-2-12207d745c30abfc5275cd85b3614977c6248fe4.tar.gz gentoo-2-12207d745c30abfc5275cd85b3614977c6248fe4.tar.bz2 gentoo-2-12207d745c30abfc5275cd85b3614977c6248fe4.zip |
Mask gcc-config-1.5 so we can test it a bit first
Diffstat (limited to 'profiles')
-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 af92106590fc..cef15e75962d 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.126 2009/12/24 05:40:10 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.127 2009/12/27 16:13:39 grobian Exp $ + + 27 Dec 2009; Fabian Groffen <grobian@gentoo.org> package.mask: + Mask gcc-config-1.5 so we can test it a bit first 24 Dec 2009; Jeremy Olexa <darkside@gentoo.org> linux/arm/make.defaults: Add ** to ACCEPT_KEYWORDS of arm-linux diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index ad719b363b1d..94c7be7baee6 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Id: package.mask,v 1.43 2009/12/13 14:45:53 abcd Exp $ +# $Id: package.mask,v 1.44 2009/12/27 16:13:39 grobian Exp $ # When you add an entry to this file, add your name, the date, and an # explanation of why something is getting masked. This file is for # Prefix profiles only! @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Fabian Groffen <grobian@gentoo.org> (27 Dec 2009) +# Needs some controlled testing before being thrown at all users. +# (Prefix modifications may not work properly) +=sys-devel/gcc-config-1.5 + # Fabian Groffen <grobian@gentoo.org> (22 Nov 2009) # non-portable shell code, unconditionally requires strndup (despite # gnulib) would need eautoreconf fix ... basically GNU got worse again |