summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-04-23 03:40:14 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-04-23 03:40:14 +0000
commit6e4f3d2b92f232a45e679e8b13b3679fd9e7361e (patch)
tree6681420df78be8187070a939a30dbc66ac1ec8a7 /profiles/base
parentFixed problem with bug# 90092 (diff)
downloadhistorical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.tar.gz
historical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.tar.bz2
historical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.zip
Copied USE_EXPAND into the profiles.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 6b75f1d2840a..5e53fcabd44c 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,9 +1,14 @@
# 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.5 2005/04/16 08:17:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.6 2005/04/23 03:40:13 jstubbs Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
# Have everyone update config.{sub,guess} by default
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="VIDEO_CARDS INPUT_DEVICES LINGUAS"