projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49356fc
)
In config.regenerate(), explicitly include self.backupenv when processing
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 04:47:55 +0000
(
04:47
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 04:47:55 +0000
(
04:47
-0000)
incrementals, since it's no longer included in self.configlist.
svn path=/main/trunk/; revision=13416
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 74ba6e1ccf6772505900d1540774cf8b09c55db8..7e7ff8139161bc3c007518cef419be48cb05b688 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-2788,6
+2788,7
@@
class config(object):
for mykey in myincrementals:
mydbs=self.configlist[:-1]
+ mydbs.append(self.backupenv)
myflags=[]
for curdb in mydbs: