summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-27 16:13:39 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-27 16:13:39 +0000
commit489510e99aa817b780ffd7d79b740970f0a56f28 (patch)
tree8541747abccaa52dfb9f219502c0d03a01273e4c /profiles
parentFix typo in gcc-config, tsch -> tcsh, caused -E to use export iso setenv. No... (diff)
downloadhistorical-489510e99aa817b780ffd7d79b740970f0a56f28.tar.gz
historical-489510e99aa817b780ffd7d79b740970f0a56f28.tar.bz2
historical-489510e99aa817b780ffd7d79b740970f0a56f28.zip
Mask gcc-config-1.5 so we can test it a bit first
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/ChangeLog5
-rw-r--r--profiles/prefix/package.mask7
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