summaryrefslogtreecommitdiffstats
path: root/pym/emerge/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/emerge/__init__.py')
-rw-r--r--pym/emerge/__init__.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 6d8da7c2d..17ff8d58d 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -3870,12 +3870,9 @@ def post_emerge(trees, mtimedb, retval):
" *** exiting successfully.")
# Dump the mod_echo output now so that our other notifications are shown
- # last. FIXME: handle finalize for multiple config instances
- # (PORTAGE_CONFIGROOT support).
+ # last.
from portage.elog import mod_echo
- if mod_echo._items:
- mod_echo.finalize(settings)
- mod_echo._items.clear()
+ mod_echo.finalize()
if "noinfo" not in settings.features:
chk_updated_info_files(target_root, infodirs, info_mtimes, retval)