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 1Qgknh-0002Vf-6K for garchives@archives.gentoo.org; Tue, 12 Jul 2011 21:47:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C0421C28F; Tue, 12 Jul 2011 21:45:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 260DE21C287 for ; Tue, 12 Jul 2011 21:45:28 +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 CEFCE1B4083 for ; Tue, 12 Jul 2011 21:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 431BE8003F for ; Tue, 12 Jul 2011 21:45:27 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <2f8da3a3f36faf57ba5d117fe725cbbfbff7ae7f.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 2f8da3a3f36faf57ba5d117fe725cbbfbff7ae7f Date: Tue, 12 Jul 2011 21:45:27 +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: ec9eae277318aa269373545afb356538 commit: 2f8da3a3f36faf57ba5d117fe725cbbfbff7ae7f Author: dol-sen gmail com> AuthorDate: Mon Apr 25 07:23:55 2011 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Jul 12 21:29:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3D2f8da3a3 pass the nocolor setting on to emerge. --- pym/gentoolkit/revdep_rebuild/rebuild.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/re= vdep_rebuild/rebuild.py index e0ab7d1..ef3a476 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -148,6 +148,8 @@ def rebuild(logger, assigned, settings): args +=3D ' --verbose' elif settings['VERBOSITY'] < 1: args +=3D ' --quiet' + if settings['nocolor']: + args +=3D ' --color n' =20 if len(emerge_command) =3D=3D 0: logger.warn(bold('\nThere is nothing to emerge. Exiting.'))