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 | ea97bd848f8b2c1f7119899c643071a5a9ccadc7 (patch) | |
tree | b67dc185fb4465a12840339a04f167281a9c7eb1 /profiles/gcc34-x86-2004.2 | |
parent | Various patches from James Rowe <jnrowe@ukfsn.org>; bug #82915. (diff) | |
download | historical-ea97bd848f8b2c1f7119899c643071a5a9ccadc7.tar.gz historical-ea97bd848f8b2c1f7119899c643071a5a9ccadc7.tar.bz2 historical-ea97bd848f8b2c1f7119899c643071a5a9ccadc7.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/gcc34-x86-2004.2')
-rw-r--r-- | profiles/gcc34-x86-2004.2/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/gcc34-x86-2004.2/make.defaults b/profiles/gcc34-x86-2004.2/make.defaults index daaa0079abf9..3a776c2ea918 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.13 2005/04/23 03:40:14 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-x86-2004.2/make.defaults,v 1.14 2005/04/23 08:30:52 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 @@ -13,7 +13,7 @@ GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurs # has a conditional dependency on java (which it does,) then a JDK will be # pulled in during *emerge system*! -USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups emboss encode fortran font-server foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype truetype-fonts type1-fonts X xml2 xmms xv zlib" +USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups emboss encode fortran font-server foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype truetype-fonts type1-fonts X xml2 xmms xv zlib sandbox" ARCH="x86" ACCEPT_KEYWORDS="x86" |