From: Zac Medico Date: Mon, 17 Jun 2013 05:59:02 +0000 (-0700) Subject: action_build: remove useless --ask autoclean X-Git-Tag: v2.2.0_alpha181~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6de6e2dcb9dd4bc115ab34ddcbd08d48504801ff;p=portage.git 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). --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index fd8c0b4e6..6dc384b70 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.")