summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:49:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:49:41 +0000
commit14afc7ac4f63d55e776e6880f47f1c635021b0cc (patch)
treec935d59c46497de060f501912e5e27df91538d54 /profiles/base/make.defaults
parent(no commit message) (diff)
downloadgentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.gz
gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.bz2
gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.zip
*** empty log message ***
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults27
1 files changed, 19 insertions, 8 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index efbba293c5f1..3d3db63b40c4 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,10 +1,21 @@
-# Copyright 2004 Gentoo Foundation.
-# System-wide defaults for a basic linux system
+# 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.1.1.1 2005/11/30 09:48:34 chriswhite Exp $
+#
+# System-wide defaults for the Portage system
+# See portage(5) manpage
-# 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*!
+# Have everyone update config.{sub,guess} by default
+FEATURES="autoconfig strict sfperms"
-# bitmap-fonts and xprint: build X the (upstream) default way
-USE="bitmap-fonts xprint"
+# 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"