summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-10-09 16:50:13 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-10-09 16:50:13 +0000
commitf33a2c8a48a26d70f1975478e8c1166fc51aa9ed (patch)
treebe8ea98f706d96eab15e4e43bd684064c9c80aab /profiles/default-x86-1.4
parentVersion bumped. Closes #20218. (diff)
downloadgentoo-2-f33a2c8a48a26d70f1975478e8c1166fc51aa9ed.tar.gz
gentoo-2-f33a2c8a48a26d70f1975478e8c1166fc51aa9ed.tar.bz2
gentoo-2-f33a2c8a48a26d70f1975478e8c1166fc51aa9ed.zip
new GRP_STAGE23_USE
Diffstat (limited to 'profiles/default-x86-1.4')
-rw-r--r--profiles/default-x86-1.4/make.defaults7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-x86-1.4/make.defaults b/profiles/default-x86-1.4/make.defaults
index 898d78baad9f..27a4a46f5c2b 100644
--- a/profiles/default-x86-1.4/make.defaults
+++ b/profiles/default-x86-1.4/make.defaults
@@ -1,7 +1,12 @@
# Copyright 2002 Gentoo Technologies, Inc.
# System-wide defaults for the gcc 3.2 Portage system
-# PLEASE avoid enabling things by default in here if possible. Understand any
+#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*!