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/default-bsd | |
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/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/x86/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/x86/make.defaults b/profiles/default-bsd/fbsd/x86/make.defaults index 8176912b1a53..f507a0865513 100644 --- a/profiles/default-bsd/fbsd/x86/make.defaults +++ b/profiles/default-bsd/fbsd/x86/make.defaults @@ -1,7 +1,7 @@ # 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" +USE_EXPAND="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" |