summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-23 18:27:17 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-23 18:27:17 +0000
commit140e009f13836af5d64d7c0eecaf7619bffaf1d6 (patch)
tree4eed83885559a38b07fd56d343a5d6315a41448f /cnf
parentFix prepstrip to work with restrict, thanks to flameeyes and bug 134135 (diff)
downloadportage-multirepo-140e009f13836af5d64d7c0eecaf7619bffaf1d6.tar.gz
portage-multirepo-140e009f13836af5d64d7c0eecaf7619bffaf1d6.tar.bz2
portage-multirepo-140e009f13836af5d64d7c0eecaf7619bffaf1d6.zip
Add kernel to the default USE_EXPAND_HIDDEN. Thanks to Flameeyes for reporting.
svn path=/main/trunk/; revision=3404
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index feac71da..3c6b806d 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -60,7 +60,7 @@ PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
CONFIG_PROTECT="/etc"
# Hide USE flags that can't be changed easily.
-USE_EXPAND_HIDDEN="ELIBC USERLAND"
+USE_EXPAND_HIDDEN="ELIBC KERNEL USERLAND"
# Disable auto-use
USE_ORDER="env:pkg:conf:defaults"