diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 08:30:52 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 08:30:52 +0000 |
commit | 6551e96be3023d1205464cc1c81312e2d1eb0834 (patch) | |
tree | 3077b54ad3882d94aad267c015c02d777063ea6f /profiles/default-mips-2004.1 | |
parent | Various patches from James Rowe <jnrowe@ukfsn.org>; bug #82915. (diff) | |
download | gentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.tar.gz gentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.tar.bz2 gentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.zip |
Added "sandbox" use flag for portage, enabled it by default on all
supported and use.mask'ed it on unsupported systems.
Diffstat (limited to 'profiles/default-mips-2004.1')
-rw-r--r-- | profiles/default-mips-2004.1/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-mips-2004.1/make.defaults b/profiles/default-mips-2004.1/make.defaults index 9502c29419f9..247ef4635c3a 100644 --- a/profiles/default-mips-2004.1/make.defaults +++ b/profiles/default-mips-2004.1/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/default-mips-2004.1/make.defaults,v 1.10 2005/04/23 03:40:13 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-mips-2004.1/make.defaults,v 1.11 2005/04/23 08:30:52 jstubbs Exp $ # System-wide defaults for the Portage system ARCH="mips" @@ -22,7 +22,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts slang readline fortran font-server gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips truetype-fonts type1-fonts" +USE="bitmap-fonts slang readline fortran font-server gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips truetype-fonts type1-fonts sandbox" ACCEPT_KEYWORDS="mips" |