Fix a typo from r7663. (trunk r7676)
authorZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 04:00:38 +0000 (04:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 04:00:38 +0000 (04:00 -0000)
svn path=/main/branches/2.1.2/; revision=7677

bin/emerge

index c2613ba70b7a68ce24bcf19f4e95ef35b6804e73..d9ffaf36d42cf46b1f5ca1d13324ae0e96377a80 100755 (executable)
@@ -1908,7 +1908,7 @@ class depgraph:
                                                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))