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 E131B138E20 for ; Wed, 19 Feb 2014 04:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B56F8E0B35; Wed, 19 Feb 2014 04:33:27 +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 41D49E0B0F for ; Wed, 19 Feb 2014 04:33:27 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DEA233FA2A for ; Wed, 19 Feb 2014 04:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A4CC51872B for ; Wed, 19 Feb 2014 04:33:24 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1392784047.7df61421473ab9bf366f2a0f6b318a780d8548df.dol-sen@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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7df61421473ab9bf366f2a0f6b318a780d8548df X-VCS-Branch: gentoolkit Date: Wed, 19 Feb 2014 04:33:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75509d1e-bd3b-466d-bdb4-67b0ab8ab6c3 X-Archives-Hash: 73845b68bd12d09b18e04f4131dc194e commit: 7df61421473ab9bf366f2a0f6b318a780d8548df Author: Brian Dolbec gentoo org> AuthorDate: Wed Feb 19 04:27:27 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Wed Feb 19 04:27:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=7df61421 revdep_rebuild/rebuild.py: Remove useless emerge_command reassignment to itself. --- pym/gentoolkit/revdep_rebuild/rebuild.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index ea0c25a..7ce145a 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -161,8 +161,6 @@ def rebuild(logger, assigned, settings): logger.warn(bold('\nThere is nothing to emerge. Exiting.')) return 0 - emerge_command = emerge_command - logger.warn(yellow( '\nemerge') + args + ' --oneshot --complete-graph=y ' +