diff options
author | Benjamin Judas <beejay@gentoo.org> | 2004-02-02 06:13:16 +0000 |
---|---|---|
committer | Benjamin Judas <beejay@gentoo.org> | 2004-02-02 06:13:16 +0000 |
commit | 685e15208c6a5d5ba7aacc032e2ca5489e121673 (patch) | |
tree | bc98f35a04fe7ee021566e998ddf389f7b7e64cf /profiles/default-x86-2004.0/make.defaults | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-685e15208c6a5d5ba7aacc032e2ca5489e121673.tar.gz gentoo-2-685e15208c6a5d5ba7aacc032e2ca5489e121673.tar.bz2 gentoo-2-685e15208c6a5d5ba7aacc032e2ca5489e121673.zip |
Created Profile for default-x86-2004.0
Diffstat (limited to 'profiles/default-x86-2004.0/make.defaults')
-rw-r--r-- | profiles/default-x86-2004.0/make.defaults | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/default-x86-2004.0/make.defaults b/profiles/default-x86-2004.0/make.defaults new file mode 100644 index 000000000000..68d71ceb11ca --- /dev/null +++ b/profiles/default-x86-2004.0/make.defaults @@ -0,0 +1,21 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# System-wide defaults for the gcc 3.2 Portage system + +#Experimental: trying to use these USE variables to build up from stage 2->3 +#thus eliminating the inherent fragility of using USE for this + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# 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 crypt cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib +jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis +opengl pam pdflib png python qt quicktime readline sdl slang spell ssl +svga tcpd truetype X xml2 xmms xv zlib" + +ARCH="x86" +COMPILER="gcc3" +ACCEPT_KEYWORDS="x86" |