From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QxvfC-0004GX-5E for garchives@archives.gentoo.org; Mon, 29 Aug 2011 06:49:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA90E21C095; Mon, 29 Aug 2011 06:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A000B21C095 for ; Mon, 29 Aug 2011 06:49:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9CE61B40C4 for ; Mon, 29 Aug 2011 06:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1284580040 for ; Mon, 29 Aug 2011 06:49:31 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <7e0ac7d2c92f3556623e4ff34bebffd80fe5f23a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7e0ac7d2c92f3556623e4ff34bebffd80fe5f23a Date: Mon, 29 Aug 2011 06:49:31 +0000 (UTC) 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: X-Archives-Hash: b239578ccf2f22d1d22e37de35ab1fed commit: 7e0ac7d2c92f3556623e4ff34bebffd80fe5f23a Author: Zac Medico gentoo org> AuthorDate: Mon Aug 29 06:49:04 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Aug 29 06:49:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D7e0ac7d2 Send "Recording in world" msg to stdout. --- pym/_emerge/depgraph.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 42cc659..e1c39bc 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6194,7 +6194,8 @@ class depgraph(object): all_added.extend(added_favorites) all_added.sort() for a in all_added: - writemsg(">>> Recording %s in \"world\" favorites file...\n" % \ + writemsg_stdout( + ">>> Recording %s in \"world\" favorites file...\n" % \ colorize("INFORM", str(a)), noiselevel=3D-1) if all_added: world_set.update(all_added)