diff options
author | Marius Mauch <genone@gentoo.org> | 2006-01-24 17:00:15 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-01-24 17:00:15 +0000 |
commit | 4b303465efb1a4eb375f43c7a1c52deafd66b6f3 (patch) | |
tree | a2f97aebbc2ef7d4aef280afa23267037b949d81 | |
parent | db0bcba4665397a30003d7c03af9c7829d298b1a (diff) | |
download | portage-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.tar.gz portage-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.tar.bz2 portage-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.zip |
Disable auto-use prior to code removal
svn path=/main/trunk/; revision=2582
-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 83c28f3fc..cd34f8447 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -57,6 +57,9 @@ RSYNC_TIMEOUT="180" # Minimal CONFIG_PROTECT CONFIG_PROTECT="/etc" +# Disable auto-use +USE_ORDER="env:pkg:conf:defaults" + # ***************************** # ** DO NOT EDIT THIS FILE ** # *************************************************** |