diff options
Diffstat (limited to 'profiles/gcc33-sparc64-1.4')
-rw-r--r-- | profiles/gcc33-sparc64-1.4/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/gcc33-sparc64-1.4/make.defaults b/profiles/gcc33-sparc64-1.4/make.defaults index 00820557ca7b..2311b3b7fbbe 100644 --- a/profiles/gcc33-sparc64-1.4/make.defaults +++ b/profiles/gcc33-sparc64-1.4/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/gcc33-sparc64-1.4/make.defaults,v 1.12 2005/04/23 16:25:08 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc33-sparc64-1.4/make.defaults,v 1.13 2005/04/24 02:42:10 jstubbs Exp $ # System-wide defaults for the Portage system ARCH="sparc" @@ -36,3 +36,6 @@ FEATURES="sandbox ccache" # 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" + |