summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 70509ef10..938c4aa7d 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -11644,6 +11644,7 @@ def post_emerge(root_config, myopts, mtimedb, retval):
counter_hash = settings.get("PORTAGE_COUNTER_HASH")
if counter_hash is not None and \
counter_hash == vardbapi._counter_hash():
+ display_news_notification(root_config, myopts)
# If vdb state has not changed then there's nothing else to do.
sys.exit(retval)