* [gentoo-commits] portage r15086 - main/branches/2.1.7/pym/portage
@ 2009-12-13 3:54 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-12-13 3:54 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-12-13 03:54:24 +0000 (Sun, 13 Dec 2009)
New Revision: 15086
Modified:
main/branches/2.1.7/pym/portage/__init__.py
Log:
Remove redundant EPREFIX, EROOT, and ROOT assingments inside
doebuild_environment(). (trunk r15052)
Modified: main/branches/2.1.7/pym/portage/__init__.py
===================================================================
--- main/branches/2.1.7/pym/portage/__init__.py 2009-12-13 03:54:16 UTC (rev 15085)
+++ main/branches/2.1.7/pym/portage/__init__.py 2009-12-13 03:54:24 UTC (rev 15086)
@@ -6195,11 +6195,6 @@
# 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-13 3:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 3:54 [gentoo-commits] portage r15086 - main/branches/2.1.7/pym/portage Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox