Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9546 - main/branches/2.1.2/bin
Date: Fri, 28 Mar 2008 11:42:47
Message-Id: E1JfCyr-0006b0-1m@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-28 11:42:44 +0000 (Fri, 28 Mar 2008)
3 New Revision: 9546
4
5 Modified:
6 main/branches/2.1.2/bin/portageq
7 Log:
8 fix message on ValueError to not sound like crap (trunk r9427)
9
10
11 Modified: main/branches/2.1.2/bin/portageq
12 ===================================================================
13 --- main/branches/2.1.2/bin/portageq 2008-03-28 11:41:36 UTC (rev 9545)
14 +++ main/branches/2.1.2/bin/portageq 2008-03-28 11:42:44 UTC (rev 9546)
15 @@ -452,7 +452,7 @@
16 # Multiple matches thrown from cpv_expand
17 pkgs = e.args[0]
18 # An error has occurred so we writemsg to stderr and exit nonzero.
19 - portage.writemsg("The following packages available:\n", noiselevel=-1)
20 + portage.writemsg("You specified an unqualified atom that matched multiple packages:\n", noiselevel=-1)
21 for pkg in pkgs:
22 portage.writemsg("* %s\n" % pkg, noiselevel=-1)
23 portage.writemsg("\nPlease use a more specific atom.\n", noiselevel=-1)
24
25 --
26 gentoo-commits@l.g.o mailing list