summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 04f5cea52..7cc2b237f 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -3782,12 +3782,6 @@ class config(object):
mydict.pop("EPREFIX", None)
mydict.pop("EROOT", None)
- # sandbox's bashrc sources /etc/profile which unsets ROOTPATH,
- # so we have to back it up and restore it.
- rootpath = mydict.get("ROOTPATH")
- if rootpath:
- mydict["PORTAGE_ROOTPATH"] = rootpath
-
return mydict
def thirdpartymirrors(self):