diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-03 04:39:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-03 04:39:47 +0000 |
commit | 4a322382d1b4c93cee8827da89d8f48914d2b5b3 (patch) | |
tree | 183965fc413bf5505ab905ed19b1ec6da04fe667 /profiles/default-linux/x86/gcc2 | |
parent | move hppa patches to mirrors (Manifest recommit) (diff) | |
download | gentoo-2-4a322382d1b4c93cee8827da89d8f48914d2b5b3.tar.gz gentoo-2-4a322382d1b4c93cee8827da89d8f48914d2b5b3.tar.bz2 gentoo-2-4a322382d1b4c93cee8827da89d8f48914d2b5b3.zip |
add sandbox to the default FEATURES
Diffstat (limited to 'profiles/default-linux/x86/gcc2')
-rw-r--r-- | profiles/default-linux/x86/gcc2/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/gcc2/make.defaults b/profiles/default-linux/x86/gcc2/make.defaults index 7e9eea2c5bec..4ad45003fe20 100644 --- a/profiles/default-linux/x86/gcc2/make.defaults +++ b/profiles/default-linux/x86/gcc2/make.defaults @@ -1,6 +1,6 @@ # Copyright 2000 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/gcc2/make.defaults,v 1.2 2004/06/26 23:29:25 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/gcc2/make.defaults,v 1.3 2004/08/03 04:39:47 vapier Exp $ # System-wide defaults for the Portage system (1.0) @@ -11,3 +11,5 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" ARCH="x86" ACCEPT_KEYWORDS="x86" + +FEATURES="sandbox sfperms" |