summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-21 04:05:03 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-21 04:05:03 +0000
commit45d3143f8dc5062d06f96f816c14cd71d2ce48c9 (patch)
tree035ec5b06d2ed071fd4528e1528c288ca8dac15e /pym
parentCheck for updates masked by license for any installed packages that have been (diff)
downloadportage-multirepo-45d3143f8dc5062d06f96f816c14cd71d2ce48c9.tar.gz
portage-multirepo-45d3143f8dc5062d06f96f816c14cd71d2ce48c9.tar.bz2
portage-multirepo-45d3143f8dc5062d06f96f816c14cd71d2ce48c9.zip
Bug #293603 - Add $ED to the blacklist, to prevent interference with related
prefix code in eclasses and ebuilds. (trunk r14851) svn path=/main/branches/2.1.7/; revision=14862
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 0c867de3..345e4012 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -1360,7 +1360,7 @@ class config(object):
_env_blacklist = [
"A", "AA", "CATEGORY", "DEPEND", "DESCRIPTION", "EAPI",
- "EBUILD_PHASE", "EMERGE_FROM", "HOMEPAGE", "INHERITED", "IUSE",
+ "EBUILD_PHASE", "ED", "EMERGE_FROM", "HOMEPAGE", "INHERITED", "IUSE",
"KEYWORDS", "LICENSE", "PDEPEND", "PF", "PKGUSE",
"PORTAGE_CONFIGROOT", "PORTAGE_IUSE",
"PORTAGE_NONFATAL", "PORTAGE_REPO_NAME",