From: Zac Medico Date: Mon, 4 Jun 2007 03:13:43 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre1~1299 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a53e5226e49a6a8b1ba32d8ef29375e3952dc759;p=portage.git Fix typo. svn path=/main/trunk/; revision=6729 --- diff --git a/bin/quickpkg b/bin/quickpkg index daa35b632..cf8c44c48 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)