summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-01-15 12:52:23 -0800
committerZac Medico <zmedico@gentoo.org>2013-01-15 12:52:23 -0800
commit007c92003a6ef9eb6d70b06ca463805a0f4cf32f (patch)
treee75144cbf8ff6f8516de457aa2a6dd13316747d3 /bin
parente9dc2b6753aa29eb776f15532fdda18f10af5d44 (diff)
downloadportage-007c92003a6ef9eb6d70b06ca463805a0f4cf32f.tar.gz
portage-007c92003a6ef9eb6d70b06ca463805a0f4cf32f.tar.bz2
portage-007c92003a6ef9eb6d70b06ca463805a0f4cf32f.zip
doebuild: tweak handling of _unused param
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 754b9a9bd..44b3c99d0 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -331,7 +331,7 @@ for arg in pargs:
if arg in ("digest", "manifest") and force:
discard_digests(ebuild, tmpsettings, portage.portdb)
- a = portage.doebuild(ebuild, arg, portage.root, tmpsettings,
+ a = portage.doebuild(ebuild, arg, settings=tmpsettings,
debug=debug, tree=mytree,
vartree=portage.db[portage.root]['vartree'])
except KeyboardInterrupt: