projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b697387
)
ebuild(1): pass missing myrepo arg to aux_get
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Jun 2011 04:39:47 +0000
(21:39 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Jun 2011 04:39:47 +0000
(21:39 -0700)
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 3884b3be3ffb54ae96258873498e2d04378792c0..f8b6d79e6559866899fdadd9e72c1c0a722352b8 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-260,7
+260,7
@@
tmpsettings.features.discard("fail-clean")
try:
metadata = dict(zip(Package.metadata_keys,
portage.db[portage.settings["ROOT"]][mytree].dbapi.aux_get(
- cpv, Package.metadata_keys)))
+ cpv, Package.metadata_keys
, myrepo=myrepo
)))
except KeyError:
# aux_get failure, message should have been shown on stderr.
sys.exit(1)