summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-04-22 16:01:35 -0700
committerZac Medico <zmedico@gentoo.org>2010-04-22 16:01:35 -0700
commitfa374d36e153171a9e8f674c1b866a93e8f51d8f (patch)
treec214e1041a22b66c2b39f90accec22f804d7eb4d /bin/ebuild
parentAutomatically add PORTAGE_BIN_PATH to the front of PATH. (diff)
downloadportage-idfetch-fa374d36e153171a9e8f674c1b866a93e8f51d8f.tar.gz
portage-idfetch-fa374d36e153171a9e8f674c1b866a93e8f51d8f.tar.bz2
portage-idfetch-fa374d36e153171a9e8f674c1b866a93e8f51d8f.zip
Pass in missing vartree parameter to doebuild(). Thanks to Arfrever for
reporting.
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 3eaea943..40a2ba96 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -267,7 +267,8 @@ 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,
- debug=debug, tree=mytree)
+ debug=debug, tree=mytree,
+ vartree=portage.db[portage.root]['vartree'])
except KeyboardInterrupt:
print("Interrupted.")
a = 1