diff options
author | Stephen Bennett <spb@gentoo.org> | 2005-05-01 01:54:49 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2005-05-01 01:54:49 +0000 |
commit | 68ce4636e722819f7aff5125bcccff303564b3bf (patch) | |
tree | 89334ad393f73fb6b003bf4a099c6e6018039114 /profiles/hardened-x86-2004.0 | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-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/hardened-x86-2004.0')
-rw-r--r-- | profiles/hardened-x86-2004.0/make.defaults | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/hardened-x86-2004.0/make.defaults b/profiles/hardened-x86-2004.0/make.defaults index 2bf3d6fd9187..b00dc3e95508 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.14 2005/04/24 10:05:04 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-2004.0/make.defaults,v 1.15 2005/05/01 01:54:49 spb Exp $ GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" @@ -36,8 +36,11 @@ FEATURES="sandbox sfperms 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" +USERLAND=GNU +KERNEL=linux +LIBC=glibc |