diff options
-rw-r--r-- | cnf/make.globals | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index dfc5d48a6..feac71dae 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -59,6 +59,9 @@ PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress # Minimal CONFIG_PROTECT CONFIG_PROTECT="/etc" +# Hide USE flags that can't be changed easily. +USE_EXPAND_HIDDEN="ELIBC USERLAND" + # Disable auto-use USE_ORDER="env:pkg:conf:defaults" |