diff options
author | 2005-04-23 03:40:14 +0000 | |
---|---|---|
committer | 2005-04-23 03:40:14 +0000 | |
commit | 6e4f3d2b92f232a45e679e8b13b3679fd9e7361e (patch) | |
tree | 6681420df78be8187070a939a30dbc66ac1ec8a7 /profiles/hardened-x86-2004.0/make.defaults | |
parent | Fixed problem with bug# 90092 (diff) | |
download | historical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.tar.gz historical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.tar.bz2 historical-6e4f3d2b92f232a45e679e8b13b3679fd9e7361e.zip |
Copied USE_EXPAND into the profiles.
Diffstat (limited to 'profiles/hardened-x86-2004.0/make.defaults')
-rw-r--r-- | profiles/hardened-x86-2004.0/make.defaults | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/hardened-x86-2004.0/make.defaults b/profiles/hardened-x86-2004.0/make.defaults index 5da866c8a27e..60675d32b620 100644 --- a/profiles/hardened-x86-2004.0/make.defaults +++ b/profiles/hardened-x86-2004.0/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/hardened-x86-2004.0/make.defaults,v 1.9 2005/01/12 22:49:19 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-2004.0/make.defaults,v 1.10 2005/04/23 03:40:14 jstubbs Exp $ GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" @@ -33,3 +33,8 @@ ACCEPT_KEYWORDS="x86" FEATURES="sandbox sfperms strict" #FEATURES="sandbox sfperms strict userpriv usersandbox" +# 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" + |