From 4c3be553ebd538ab4edf2b0b2d6b991879fa028a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 29 Jul 2007 22:13:03 +0000 Subject: For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428) svn path=/main/branches/2.1.2/; revision=7429 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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") -- cgit v1.2.3-1-g7c22