summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-29 21:42:46 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-29 21:42:46 +0000
commit987564a2aa71bbe943df85e585060bcca5652216 (patch)
tree4e5cbc668d874ccf6cd9901293ec92ef6e60ccba /cnf/make.globals
parentChange "output" import to portage.output. (diff)
downloadportage-idfetch-987564a2aa71bbe943df85e585060bcca5652216.tar.gz
portage-idfetch-987564a2aa71bbe943df85e585060bcca5652216.tar.bz2
portage-idfetch-987564a2aa71bbe943df85e585060bcca5652216.zip
For bug #187016, and env.d to the default USE_ORDER.
svn path=/main/trunk/; revision=7427
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 880df05c..f857ff43 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -61,7 +61,7 @@ CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d"
# Disable auto-use
-USE_ORDER="env:pkg:conf:defaults:pkginternal"
+USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
# Default ownership of installed files.
PORTAGE_INST_UID="0"