projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3e58f
)
Remove redundant EPREFIX, EROOT, and ROOT assingments inside
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:54:24 +0000
(
03:54
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 356c56a74817367267d4aa1767975ec7e5712b51..d3081373eed6b9c123bd1d0cf9595f210e819ff6 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-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