summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/default/x86/1.0/make.defaults10
-rw-r--r--profiles/default/x86/2004.0/make.defaults21
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"