projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cf7ac
)
Bug #253467 - Fix regression in config._env_blacklist handling.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Jun 2009 20:59:49 +0000
(20:59 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Jun 2009 20:59:49 +0000
(20:59 -0000)
svn path=/main/trunk/; revision=13730
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 720bf0d4b332b866558ea0fba4d99896cf2ca22c..6a8b401f414fef499cd084f99f6a299ca0ca3789 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-1598,6
+1598,7
@@
class config(object):
for blacklisted in self._env_blacklist:
for cfg in self.lookuplist:
cfg.pop(blacklisted, None)
+ self.backupenv.pop(blacklisted, None)
del blacklisted, cfg
self["PORTAGE_CONFIGROOT"] = config_root