From a53e5226e49a6a8b1ba32d8ef29375e3952dc759 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 4 Jun 2007 03:13:43 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=6729 --- bin/quickpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/quickpkg') 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) -- cgit v1.2.3-1-g7c22