summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-04 03:13:43 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-04 03:13:43 +0000
commita53e5226e49a6a8b1ba32d8ef29375e3952dc759 (patch)
treeaf4a1576b9e3aeba14893cf436e47c6cba044da3 /bin
parentFor bug #164655, port quickpkg to python and use the tarfile module for prope... (diff)
downloadportage-idfetch-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.tar.gz
portage-idfetch-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.tar.bz2
portage-idfetch-a53e5226e49a6a8b1ba32d8ef29375e3952dc759.zip
Fix typo.
svn path=/main/trunk/; revision=6729
Diffstat (limited to 'bin')
-rwxr-xr-xbin/quickpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg
index daa35b63..cf8c44c4 100755
--- 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.error("Please use a more specific atom: " % \
+ eout.eerror("Please use a more specific atom: %s" % \
" ".join(e.args[0]))
del e
missing.append(arg)