projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a87a03
)
Fix xmatch "match-all" typo. (trunk r9020)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 21 Dec 2007 02:47:47 +0000
(
02:47
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 29671a5db1d350d016b7ce7aeab986070bc2679e..0f5b2ca267e399cc5a35bb09658c87888e996620 100644
(file)
--- 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("
best
match-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: