summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-21 02:47:47 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-21 02:47:47 +0000
commitda513e5ee6a78207b0718af4e0f3317ea4132ee2 (patch)
tree15df656c66e603188dc7ff85950b0388475bcbc2 /pym/portage.py
parent9a87a03192b86493f81d9051a4ecf5a698a703fb (diff)
downloadportage-da513e5ee6a78207b0718af4e0f3317ea4132ee2.tar.gz
portage-da513e5ee6a78207b0718af4e0f3317ea4132ee2.tar.bz2
portage-da513e5ee6a78207b0718af4e0f3317ea4132ee2.zip
Fix xmatch "match-all" typo. (trunk r9020)
svn path=/main/branches/2.1.2/; revision=9021
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 29671a5db..0f5b2ca26 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -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: