summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-21 02:47:09 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-21 02:47:09 +0000
commit9577efdcd75bf8416348a5e8b5d13ae6a5343231 (patch)
tree749b2316248ce6cbe9c932d61a3509ad4dec0207
parent593bf4cf9b0b845a23ede31b356e19d15b0a9141 (diff)
downloadportage-9577efdcd75bf8416348a5e8b5d13ae6a5343231.tar.gz
portage-9577efdcd75bf8416348a5e8b5d13ae6a5343231.tar.bz2
portage-9577efdcd75bf8416348a5e8b5d13ae6a5343231.zip
Fix xmatch "match-all" typo.
svn path=/main/trunk/; revision=9020
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 8587ba3dd..28e98d6d3 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -5237,7 +5237,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: