diff options
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 1f0003326..922c620b6 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1398,7 +1398,7 @@ class config(object): # Blacklist vars that could interfere with portage internals. for blacklisted in "CATEGORY", "EBUILD_PHASE", \ - "PKGUSE", "PORTAGE_CONFIGROOT", \ + "EMERGE_FROM", "PKGUSE", "PORTAGE_CONFIGROOT", \ "PORTAGE_IUSE", "PORTAGE_USE", "ROOT": for cfg in self.lookuplist: cfg.pop(blacklisted, None) |