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 40A771381F3 for ; Mon, 17 Jun 2013 05:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF1EE07FA; Mon, 17 Jun 2013 05:59:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3C8CE07FA for ; Mon, 17 Jun 2013 05:59:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDE5E33D8CC for ; Mon, 17 Jun 2013 05:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81CFAE468F for ; Mon, 17 Jun 2013 05:59:21 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1371448742.6de6e2dcb9dd4bc115ab34ddcbd08d48504801ff.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6de6e2dcb9dd4bc115ab34ddcbd08d48504801ff X-VCS-Branch: master Date: Mon, 17 Jun 2013 05:59:21 +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: 0476ae3f-e66b-4ac2-8cd6-f5566df8e22d X-Archives-Hash: e124ecc5c4f2860e9f641361401534c2 commit: 6de6e2dcb9dd4bc115ab34ddcbd08d48504801ff Author: Zac Medico gentoo org> AuthorDate: Mon Jun 17 05:59:02 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 17 05:59:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6de6e2dc action_build: remove useless --ask autoclean This autoclean invocation would should have no effect anyway, unless the vdb happens to be in an inconsistent state due to a previously interrupted emerge (relatively rare). --- pym/_emerge/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index fd8c0b4..6dc384b 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -375,8 +375,6 @@ def action_build(settings, trees, mtimedb, not oneshot and world_candidates: # Prompt later, inside saveNomergeFavorites. prompt = None - elif settings["AUTOCLEAN"] and "yes"==settings["AUTOCLEAN"]: - prompt="Nothing to merge; would you like to auto-clean packages?" else: print() print("Nothing to merge; quitting.")