summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2005-05-01 01:54:49 +0000
committerStephen Bennett <spb@gentoo.org>2005-05-01 01:54:49 +0000
commit68ce4636e722819f7aff5125bcccff303564b3bf (patch)
tree89334ad393f73fb6b003bf4a099c6e6018039114 /profiles/base
parentrepoman: Trim trailing whitespace (diff)
downloadgentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.tar.gz
gentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.tar.bz2
gentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.zip
Added USERLAND, KERNEL, LIBC variables and updated USE_EXPAND
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults7
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 4b6517390492..d6d6afaaf370 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# 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.10 2005/04/24 10:05:03 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.11 2005/05/01 01:54:48 spb Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -11,8 +11,11 @@ FEATURES="autoconfig strict"
# Env vars to expand into USE vars. Modifying this requires prior
# discussion on gentoo-dev@gentoo.org. Flat profiles also need to
# be updated appropriately.
-USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS"
+USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf"
+LIBC="glibc"
+KERNEL="linux"
+USERLAND="GNU"