summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-11 19:03:54 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-11 19:03:54 +0000
commita1b12be7612c4c4ce5bb99d6a88332f6098ad228 (patch)
tree034c9fe81e300c7663d637090190aa63211a4480
parentRemove all calls to config.load_infodir() since it doesn't seem (diff)
downloadportage-multirepo-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.tar.gz
portage-multirepo-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.tar.bz2
portage-multirepo-a1b12be7612c4c4ce5bb99d6a88332f6098ad228.zip
Remove unused infodir variable.
svn path=/main/trunk/; revision=9835
-rw-r--r--pym/portage/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 7d4979d7..e92669c7 100644
--- 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)