projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef04cc1
)
Remove unused infodir variable.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Apr 2008 19:03:54 +0000
(19:03 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Apr 2008 19:03:54 +0000
(19:03 -0000)
svn path=/main/trunk/; revision=9835
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 7d4979d7175a9ce8a07f66433ec0eabd26788284..e92669c745cb66bf9a9f1a57ab62a0d9d22c43e7 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-4786,8
+4786,6
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
return spawn(_shell_quote(ebuild_sh_binary) + " " + mydo,
mysettings, debug=debug, free=1, logfile=logfile)
elif mydo == "setup":
- infodir = os.path.join(
- mysettings["PORTAGE_BUILDDIR"], "build-info")
retval = spawn(
_shell_quote(ebuild_sh_binary) + " " + mydo, mysettings,
debug=debug, free=1, logfile=logfile)