projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d52fd
)
Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user can't...
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 May 2006 09:33:40 +0000
(09:33 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 23 May 2006 09:33:40 +0000
(09:33 -0000)
svn path=/main/trunk/; revision=3401
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index dfc5d48a6ed516d46700d872266424b7885f3af5..feac71dae62f00b3f9ca5da44f8be4c49c35d68d 100644
(file)
--- 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"