public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9427 - main/trunk/bin
@ 2008-03-03 20:53 Marius Mauch (genone)
  0 siblings, 0 replies; only message in thread
From: Marius Mauch (genone) @ 2008-03-03 20:53 UTC (permalink / raw
  To: gentoo-commits

Author: genone
Date: 2008-03-03 20:53:33 +0000 (Mon, 03 Mar 2008)
New Revision: 9427

Modified:
   main/trunk/bin/portageq
Log:
fix message on ValueError to not sound like crap

Modified: main/trunk/bin/portageq
===================================================================
--- main/trunk/bin/portageq	2008-03-03 20:28:22 UTC (rev 9426)
+++ main/trunk/bin/portageq	2008-03-03 20:53:33 UTC (rev 9427)
@@ -501,7 +501,7 @@
 		# Multiple matches thrown from cpv_expand
 		pkgs = e.args[0]
 		# An error has occurred so we writemsg to stderr and exit nonzero.
-		portage.writemsg("The following packages available:\n", noiselevel=-1)
+		portage.writemsg("You specified an unqualified atom that matched multiple packages:\n", noiselevel=-1)
 		for pkg in pkgs:
 			portage.writemsg("* %s\n" % pkg, noiselevel=-1)
 		portage.writemsg("\nPlease use a more specific atom.\n", noiselevel=-1)

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-03 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 20:53 [gentoo-commits] portage r9427 - main/trunk/bin Marius Mauch (genone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox