summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-24 17:00:15 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-24 17:00:15 +0000
commit4b303465efb1a4eb375f43c7a1c52deafd66b6f3 (patch)
treea2f97aebbc2ef7d4aef280afa23267037b949d81 /cnf/make.globals
parentfix possible path and vdb location issues (diff)
downloadportage-idfetch-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.tar.gz
portage-idfetch-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.tar.bz2
portage-idfetch-4b303465efb1a4eb375f43c7a1c52deafd66b6f3.zip
Disable auto-use prior to code removal
svn path=/main/trunk/; revision=2582
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 83c28f3f..cd34f844 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 **
# ***************************************************