From da513e5ee6a78207b0718af4e0f3317ea4132ee2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 21 Dec 2007 02:47:47 +0000 Subject: Fix xmatch "match-all" typo. (trunk r9020) svn path=/main/branches/2.1.2/; revision=9021 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') 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: -- cgit v1.2.3-1-g7c22