From 987564a2aa71bbe943df85e585060bcca5652216 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 29 Jul 2007 21:42:46 +0000 Subject: For bug #187016, and env.d to the default USE_ORDER. svn path=/main/trunk/; revision=7427 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index de04a9d1a..28830b6b4 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1384,7 +1384,7 @@ class config(object): # 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