Fix xmatch "match-all" typo. (trunk r9020)
authorZac Medico <zmedico@gentoo.org>
Fri, 21 Dec 2007 02:47:47 +0000 (02:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 21 Dec 2007 02:47:47 +0000 (02:47 -0000)
svn path=/main/branches/2.1.2/; revision=9021

pym/portage.py

index 29671a5db1d350d016b7ce7aeab986070bc2679e..0f5b2ca267e399cc5a35bb09658c87888e996620 100644 (file)
@@ -5217,7 +5217,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None):
                        elif not avail_pkg:
                                has_mask = False
                                if hasattr(mydbapi, "xmatch"):
-                                       has_mask = bool(mydbapi.xmatch("bestmatch-all", atom))
+                                       has_mask = bool(mydbapi.xmatch("match-all", atom))
                                if (use_binaries or not has_mask):
                                        avail_pkg = best(vardb.match(atom))
                                        if avail_pkg: