From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JWHfE-0000R4-NN for garchives@archives.gentoo.org; Mon, 03 Mar 2008 20:53:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DC1E044C; Mon, 3 Mar 2008 20:53:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DB36E044C for ; Mon, 3 Mar 2008 20:53:36 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9B09965FFA for ; Mon, 3 Mar 2008 20:53:35 +0000 (UTC) Received: from genone by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JWHfC-0008SS-G3 for gentoo-commits@lists.gentoo.org; Mon, 03 Mar 2008 20:53:34 +0000 To: gentoo-commits@lists.gentoo.org From: "Marius Mauch (genone)" Subject: [gentoo-commits] portage r9427 - main/trunk/bin X-VCS-Repository: portage X-VCS-Revision: 9427 X-VCS-Files: main/trunk/bin/portageq X-VCS-Directories: main/trunk/bin X-VCS-Committer: genone X-VCS-Committer-Name: Marius Mauch Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Marius Mauch Date: Mon, 03 Mar 2008 20:53:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7f3ec933-fd06-4bfa-8455-83b227e8de93 X-Archives-Hash: 1fcfe5fdee46f54d40ed6ac50053d265 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 =3D e.args[0] # An error has occurred so we writemsg to stderr and exit nonzero. - portage.writemsg("The following packages available:\n", noiselevel=3D-= 1) + portage.writemsg("You specified an unqualified atom that matched multi= ple packages:\n", noiselevel=3D-1) for pkg in pkgs: portage.writemsg("* %s\n" % pkg, noiselevel=3D-1) portage.writemsg("\nPlease use a more specific atom.\n", noiselevel=3D= -1) --=20 gentoo-commits@lists.gentoo.org mailing list