public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14851 - main/trunk/pym/portage
@ 2009-11-19 21:16 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-11-19 21:16 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-11-19 21:16:26 +0000 (Thu, 19 Nov 2009)
New Revision: 14851

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Bug #293603 - Add $ED to the blacklist, to prevent interference with related
prefix code in eclasses and ebuilds.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2009-11-19 20:19:48 UTC (rev 14850)
+++ main/trunk/pym/portage/__init__.py	2009-11-19 21:16:26 UTC (rev 14851)
@@ -1360,7 +1360,7 @@
 
 	_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",




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-19 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 21:16 [gentoo-commits] portage r14851 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox