diff options
author | 2004-03-17 23:55:43 +0000 | |
---|---|---|
committer | 2004-03-17 23:55:43 +0000 | |
commit | 838b6e7c94440741949deea6531d0bb1509e1930 (patch) | |
tree | 9b9d5f16a5b2554f3ebce1c0029b168e99a1f8c7 /profiles | |
parent | Initial commit. (diff) | |
download | historical-838b6e7c94440741949deea6531d0bb1509e1930.tar.gz historical-838b6e7c94440741949deea6531d0bb1509e1930.tar.bz2 historical-838b6e7c94440741949deea6531d0bb1509e1930.zip |
complete make.defaults files
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/x86/1.0/make.defaults | 10 | ||||
-rw-r--r-- | profiles/default/x86/2004.0/make.defaults | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/profiles/default/x86/1.0/make.defaults b/profiles/default/x86/1.0/make.defaults index e69de29bb2d1..53a88b25ac62 100644 --- a/profiles/default/x86/1.0/make.defaults +++ b/profiles/default/x86/1.0/make.defaults @@ -0,0 +1,10 @@ +# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +USE="x86 oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib +java jpeg kde libg++ libwww mikmod mmx motif mpeg ncurses nls +oggvorbis opengl pam pdflib png python qt quicktime readline sdl +slang spell ssl svga tcpd truetype X xml2 xmms xv" + +ARCH="x86" +ACCEPT_KEYWORDS="x86" diff --git a/profiles/default/x86/2004.0/make.defaults b/profiles/default/x86/2004.0/make.defaults index fb8a1faa6ac0..68d71ceb11ca 100644 --- a/profiles/default/x86/2004.0/make.defaults +++ b/profiles/default/x86/2004.0/make.defaults @@ -1,4 +1,21 @@ -# Copyright 2002-2004 Gentoo Technologies, Inc. -# System-wide defaults for the gcc 3 Portage system +# 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" |