projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e574b83
)
Remove redundant EPREFIX, EROOT, and ROOT assingments inside
author
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 09:50:59 +0000
(09:50 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 09:50:59 +0000
(09:50 -0000)
doebuild_environment().
svn path=/main/trunk/; revision=15052
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 617ca7b00a348dd67ce3e1007036e1473d8a6a16..5be9a50d3310ef3bb8b637568ae211d9a5c1b421 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