Disable auto-use prior to code removal
authorMarius Mauch <genone@gentoo.org>
Tue, 24 Jan 2006 17:00:15 +0000 (17:00 -0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 24 Jan 2006 17:00:15 +0000 (17:00 -0000)
svn path=/main/trunk/; revision=2582

cnf/make.globals

index 83c28f3fca57b95e2ee2060d1912ebc65f45f13a..cd34f8447652a771b0e4fa18e122d62b405b7d5f 100644 (file)
@@ -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  **
 # ***************************************************