Remove redundant EPREFIX, EROOT, and ROOT assingments inside
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Dec 2009 03:54:24 +0000 (03:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 Dec 2009 03:54:24 +0000 (03:54 -0000)
doebuild_environment(). (trunk r15052)

svn path=/main/branches/2.1.7/; revision=15086

pym/portage/__init__.py

index 356c56a74817367267d4aa1767975ec7e5712b51..d3081373eed6b9c123bd1d0cf9595f210e819ff6 100644 (file)
@@ -6195,11 +6195,6 @@ def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m
                # due to how it's coded... Don't overwrite this so we can use it.
                mysettings["PORTAGE_DEBUG"] = "1"
 
-       # Prefix forward compatability
-       mysettings["EPREFIX"]  = ''
-       mysettings["EROOT"]    = myroot
-
-       mysettings["ROOT"]     = myroot
        mysettings["EBUILD"]   = ebuild_path
        mysettings["O"]        = pkg_dir
        mysettings.configdict["pkg"]["CATEGORY"] = cat