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