From e558186fd558a605a2709601b4360d2f15174de3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 28 Jun 2009 20:59:49 +0000 Subject: Bug #253467 - Fix regression in config._env_blacklist handling. svn path=/main/trunk/; revision=13730 --- pym/portage/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 720bf0d4b..6a8b401f4 100644 --- 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 -- cgit v1.2.3-1-g7c22