Bug #252995 - When post_emerge() returns early because the vdb state has
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:10:15 +0000 (08:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:10:15 +0000 (08:10 -0000)
not changed, still display new notifications. (trunk r12369)

svn path=/main/branches/2.1.6/; revision=12440

pym/_emerge/__init__.py

index 1d87320e8b957174930e9cd6737e865b61e8646d..4b8887bc975780f13354759a064ab8b5ab133efc 100644 (file)
@@ -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)