From 93705d01bfd5a5091aa793132aec7b6ff4b7f9e7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 24 Dec 2009 04:39:45 +0000 Subject: Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. svn path=/main/trunk/; revision=15143 --- pym/portage/__init__.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pym') 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): -- cgit v1.2.3-1-g7c22