projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7562a56
)
Typo: remove bogus argument.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 21 Dec 2007 11:15:57 +0000
(11:15 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 21 Dec 2007 11:15:57 +0000
(11:15 -0000)
svn path=/main/trunk/; revision=9034
bin/portageq
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index bf1852f5524a3afe81fd283b21c65bcf6c1d0f1e..ea97c3e73ee4bc55ecc11766c627088bdd95fb1d 100755
(executable)
--- a/
bin/portageq
+++ b/
bin/portageq
@@
-250,7
+250,7
@@
def match(argv):
if atom:
results = portage.db[root]["vartree"].dbapi.match(atom)
else:
- results = portage.db[root]["vartree"].dbapi.cpv_all(
atom
)
+ results = portage.db[root]["vartree"].dbapi.cpv_all()
results.sort()
for cpv in results:
print cpv