summaryrefslogtreecommitdiffstats
path: root/pym
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 /pym
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 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 2cd342e5a..31136b676 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1477,7 +1477,7 @@ class config:
# reasonable defaults; this is important as without USE_ORDER,
# USE will always be "" (nothing set)!
if "USE_ORDER" not in self:
- self.backupenv["USE_ORDER"] = "env:pkg:conf:defaults:pkginternal"
+ self.backupenv["USE_ORDER"] = "env:pkg:conf:defaults:pkginternal:env.d"
self["PORTAGE_GID"] = str(portage_gid)
self.backup_changes("PORTAGE_GID")