summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 6dfd40b0..062f38a3 100644
--- 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()