projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44262f7
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 4 Jun 2007 03:13:43 +0000
(
03:13
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 4 Jun 2007 03:13:43 +0000
(
03:13
-0000)
svn path=/main/trunk/; revision=6729
bin/quickpkg
patch
|
blob
|
history
diff --git
a/bin/quickpkg
b/bin/quickpkg
index daa35b6328b88356f6f42a24a40171a4ca59c033..cf8c44c4862e94796988c827eb90c7b7223ad3a3 100755
(executable)
--- a/
bin/quickpkg
+++ b/
bin/quickpkg
@@
-27,7
+27,7
@@
def quickpkg_main(options, args, eout):
atom = dep_expand(arg, mydb=vardb, settings=vartree.settings)
except ValueError, e:
# Multiple matches thrown from cpv_expand
- eout.e
rror("Please use a more specific atom:
" % \
+ eout.e
error("Please use a more specific atom: %s
" % \
" ".join(e.args[0]))
del e
missing.append(arg)