diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-05-23 09:33:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-05-23 09:33:40 +0000 |
commit | 26ae06167601c70f043fa3bf859be9610dc1204e (patch) | |
tree | 76aa9a8c6e95fb54a3963e389be440a482741d4d | |
parent | c2d52fd567b866beaec2121b9e405c1bc271d00d (diff) | |
download | portage-26ae06167601c70f043fa3bf859be9610dc1204e.tar.gz portage-26ae06167601c70f043fa3bf859be9610dc1204e.tar.bz2 portage-26ae06167601c70f043fa3bf859be9610dc1204e.zip |
Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user can't change those flags easily.
svn path=/main/trunk/; revision=3401
-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" |