summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/main.py')
-rw-r--r--pym/_emerge/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index a2f6e9b9e..97d36426d 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -1306,7 +1306,7 @@ def emerge_main():
if myaction not in ('help', 'info', 'version') and \
myopts.get('--package-moves') != 'n' and \
- _global_updates(trees, mtimedb["updates"]):
+ _global_updates(trees, mtimedb["updates"], quiet=("--quiet" in myopts)):
mtimedb.commit()
# Reload the whole config from scratch.
settings, trees, mtimedb = load_emerge_config(trees=trees)