projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e65edf
)
Bug #252995 - When post_emerge() returns early because the vdb state has
author
Zac Medico
<zmedico@gentoo.org>
Tue, 30 Dec 2008 07:42:05 +0000
(07:42 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 30 Dec 2008 07:42:05 +0000
(07:42 -0000)
not changed, still display new notifications.
svn path=/main/trunk/; revision=12369
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 70509ef108d286532093088aedea338f1763a5a5..938c4aa7df2d77753a4e05a9c5198aa00d2983ba 100644
(file)
--- 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)