diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-24 02:42:10 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-24 02:42:10 +0000 |
commit | 65811ba994364a7c41e0e34b6021fccb45b6105f (patch) | |
tree | c4263127b552eed68aac50d7e725e8dac46e6fee /profiles/gcc34-x86-2004.2 | |
parent | fix epatching so it works ... bad mr bones ! (diff) | |
download | historical-65811ba994364a7c41e0e34b6021fccb45b6105f.tar.gz historical-65811ba994364a7c41e0e34b6021fccb45b6105f.tar.bz2 historical-65811ba994364a7c41e0e34b6021fccb45b6105f.zip |
Added CONFIG_PROTECT*
Diffstat (limited to 'profiles/gcc34-x86-2004.2')
-rw-r--r-- | profiles/gcc34-x86-2004.2/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/gcc34-x86-2004.2/make.defaults b/profiles/gcc34-x86-2004.2/make.defaults index 3eae480665ac..ebb0a485c78a 100644 --- a/profiles/gcc34-x86-2004.2/make.defaults +++ b/profiles/gcc34-x86-2004.2/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-x86-2004.2/make.defaults,v 1.15 2005/04/23 16:25:08 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-x86-2004.2/make.defaults,v 1.16 2005/04/24 02:42:10 jstubbs Exp $ # System-wide defaults for the >=gcc 3.2 Portage system #Experimental: trying to use these USE variables to build up from stage 2->3 @@ -25,3 +25,6 @@ CXXFLAGS="${CFLAGS}" # be updated appropriately. USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS" +CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" +CONFIG_PROTECT_MASK="/etc/gconf" + |