summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
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
parent6fd46254fbaf7482d5c72cfe6cf5ef31b2407a1f (diff)
downloadportage-fa374d36e153171a9e8f674c1b866a93e8f51d8f.tar.gz
portage-fa374d36e153171a9e8f674c1b866a93e8f51d8f.tar.bz2
portage-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 3eaea9432..40a2ba968 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