summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
commit67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch)
tree42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /profiles/base/make.defaults
parent*** empty log message *** (diff)
downloadgentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults27
1 files changed, 8 insertions, 19 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index c01970afee8f..efbba293c5f1 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,21 +1,10 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.13 2005/05/22 07:15:03 vapier Exp $
-#
-# System-wide defaults for the Portage system
-# See portage(5) manpage
+# Copyright 2004 Gentoo Foundation.
+# System-wide defaults for a basic linux system
-# Have everyone update config.{sub,guess} by default
-FEATURES="autoconfig strict sfperms"
+# 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*!
-# Env vars to expand into USE vars. Modifying this requires prior
-# discussion on gentoo-dev@gentoo.org.
-USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC"
-
-CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config"
-CONFIG_PROTECT_MASK="/etc/gconf"
-
-# 'Sane' defaults
-ELIBC="glibc"
-KERNEL="linux"
-USERLAND="GNU"
+# bitmap-fonts and xprint: build X the (upstream) default way
+USE="bitmap-fonts xprint"