summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:10:15 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:10:15 +0000
commit9d5a8e03703542927f59425e74ce29c4217ca2a8 (patch)
tree2a3a122f75e8ce9b6284b3a64084d8020f0f4901 /pym/_emerge/__init__.py
parent0b75f0cfbdab366055a1be368f9db46397e44dd3 (diff)
downloadportage-9d5a8e03703542927f59425e74ce29c4217ca2a8.tar.gz
portage-9d5a8e03703542927f59425e74ce29c4217ca2a8.tar.bz2
portage-9d5a8e03703542927f59425e74ce29c4217ca2a8.zip
Bug #252995 - When post_emerge() returns early because the vdb state has
not changed, still display new notifications. (trunk r12369) svn path=/main/branches/2.1.6/; revision=12440
Diffstat (limited to 'pym/_emerge/__init__.py')
-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 1d87320e8..4b8887bc9 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -11470,6 +11470,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)