projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd4625
)
Pass in missing vartree parameter to doebuild(). Thanks to Arfrever for
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Apr 2010 23:01:35 +0000
(16:01 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Apr 2010 23:01:35 +0000
(16:01 -0700)
reporting.
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 3eaea9432fd4efabe707b65df9c3de4d5808cee2..40a2ba968b2c92b707f4285f335a6ac766add2b3 100755
(executable)
--- 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