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 1QENUN-0006Cr-EV for garchives@archives.gentoo.org; Mon, 25 Apr 2011 15:14:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E6631C119; Mon, 25 Apr 2011 15:13:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D1931C119 for ; Mon, 25 Apr 2011 15:13:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD371B4088 for ; Mon, 25 Apr 2011 15:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 24EFD804A7 for ; Mon, 25 Apr 2011 15:13:32 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: Subject: [gentoo-commits] proj/gentoolkit:revdep-rebuild 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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: abebde73d86ca78117121466e33d3747fdbf4ef9 Date: Mon, 25 Apr 2011 15:13:32 +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: 7a7e317807bda692de2b46a469b50a8b commit: abebde73d86ca78117121466e33d3747fdbf4ef9 Author: dol-sen gmail com> AuthorDate: Mon Apr 25 07:23:55 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Apr 25 07:23:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3Dabebde73 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.'))