summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 03b3031de..8c418447d 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -4769,6 +4769,7 @@ def action_build(settings, trees, mtimedb,
sys.exit(1)
if "--pretend" not in myopts and \
+ ("--ask" in myopts or "--tree" in myopts) and \
not ("--quiet" in myopts and "--ask" not in myopts):
if "--resume" in myopts:
validate_merge_list(trees, mtimedb["resume"]["mergelist"])