diff options
-rw-r--r-- | cnf/make.globals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index feac71dae..3c6b806d5 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" |