summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-29 22:13:03 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-29 22:13:03 +0000
commit4c3be553ebd538ab4edf2b0b2d6b991879fa028a (patch)
tree331fd3b1cf58c26608776468f53707a9a0c748be /cnf/make.globals
parent4c6eb5918380185ed143fe45e7da880f066521bf (diff)
downloadportage-4c3be553ebd538ab4edf2b0b2d6b991879fa028a.tar.gz
portage-4c3be553ebd538ab4edf2b0b2d6b991879fa028a.tar.bz2
portage-4c3be553ebd538ab4edf2b0b2d6b991879fa028a.zip
For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)
svn path=/main/branches/2.1.2/; revision=7429
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 880df05c1..f857ff439 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"