public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15078 - main/branches/2.1.7/pym/portage
@ 2009-12-13  3:52 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-12-13  3:52 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-12-13 03:52:59 +0000 (Sun, 13 Dec 2009)
New Revision: 15078

Modified:
   main/branches/2.1.7/pym/portage/__init__.py
Log:
Remove redundant EPREFIX setting since it's already initialized earlier in the
config constructor. (trunk r15044)

Modified: main/branches/2.1.7/pym/portage/__init__.py
===================================================================
--- main/branches/2.1.7/pym/portage/__init__.py	2009-12-13 03:52:44 UTC (rev 15077)
+++ main/branches/2.1.7/pym/portage/__init__.py	2009-12-13 03:52:59 UTC (rev 15078)
@@ -2229,10 +2229,6 @@
 				_validate_cache_for_unsupported_eapis = False
 				_glep_55_enabled = True
 
-			# inject EPREFIX as it needs to be available using portageq
-			# TODO: this is just forward compatability, need to use EPREFIX
-			self["EPREFIX"] = ''
-
 		for k in self._case_insensitive_vars:
 			if k in self:
 				self[k] = self[k].lower()




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

only message in thread, other threads:[~2009-12-13  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13  3:52 [gentoo-commits] portage r15078 - main/branches/2.1.7/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