From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 502DE138E66 for ; Sun, 23 Feb 2014 19:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164CFE0A5D; Sun, 23 Feb 2014 19:30:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ABA7E0A4F for ; Sun, 23 Feb 2014 19:30:29 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 87A0933EFC6 for ; Sun, 23 Feb 2014 19:30:28 +0000 (UTC) From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH v2 0/2] As per bug #472104 add option --verbose-slot-rebuilds=y|n Date: Sun, 23 Feb 2014 11:25:48 -0800 Message-Id: <1393183550-18757-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393142854-20700-1-git-send-email-dolsen@gentoo.org> References: <1393142854-20700-1-git-send-email-dolsen@gentoo.org> In-Reply-To: <1393142854-20700-1-git-send-email-dolsen@gentoo.org> References: <1393142854-20700-1-git-send-email-dolsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.8.5.3" X-Archives-Salt: ec9b93fc-009a-487b-9234-b415fc75c566 X-Archives-Hash: a99e04c197d08c3161d502cb75f51b61 This is a multi-part message in MIME format. --------------1.8.5.3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit After clearing up the communication error between Sebastian and myself... Him beating me with a clue bat ;) (That's what I get for answering an email before being fully awake :) Here is a less involved patch. Brian Dolbec (2): As per bug #472104 add option --verbose-slot-rebuilds=y|n Whitespace cleanup pym/_emerge/actions.py | 4 ++-- pym/_emerge/depgraph.py | 5 +++-- pym/_emerge/main.py | 11 ++++++++--- pym/portage/package/ebuild/config.py | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) -- 1.8.5.3