projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e508676
)
Remove redundant EPREFIX setting since it's already initialized earlier in the
author
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 01:35:18 +0000
(
01:35
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 01:35:18 +0000
(
01:35
-0000)
config constructor.
svn path=/main/trunk/; revision=15044
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 6dfd40b0800b205334a2ac98bb2501e7eeafa14b..062f38a391a09540479d7c3676ce9e1955468fb0 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-2229,10
+2229,6
@@
class config(object):
_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()