From: Marius Mauch Date: Tue, 24 Jan 2006 17:00:15 +0000 (-0000) Subject: Disable auto-use prior to code removal X-Git-Tag: v2.1_pre4~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b303465efb1a4eb375f43c7a1c52deafd66b6f3;p=portage.git Disable auto-use prior to code removal svn path=/main/trunk/; revision=2582 --- 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 ** # ***************************************************