From a382630c4c4414597190da450970f4885a632b62 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Jun 2007 23:11:38 +0000 Subject: Make elog finalize() handling safe for PORTAGE_CONFIGROOT. svn path=/main/trunk/; revision=6955 --- pym/emerge/__init__.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'pym/emerge') 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) -- cgit v1.2.3-1-g7c22