projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbfee3
)
Fix a typo from r7663.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Aug 2007 04:00:07 +0000
(
04:00
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Aug 2007 04:00:07 +0000
(
04:00
-0000)
svn path=/main/trunk/; revision=7676
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index 991fa99925d2574d14e679a9e86a3037c2ad84d1..6706dc0ce362bcc19e3da90361750d89042d5d3c 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-1830,7
+1830,7
@@
class depgraph(object):
myeb_inst = portage.best(myeb_inst_matches)
if myeb_inst:
metadata = dict(izip(self._mydbapi_keys,
-
bindb.aux_get(vardb
, self._mydbapi_keys)))
+
vardb.aux_get(myeb_inst
, self._mydbapi_keys)))
matched_packages.append(
(["installed", myroot, myeb_inst], metadata))