summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-08-27 12:43:44 +0200
committerZac Medico <zmedico@gentoo.org>2010-08-27 08:42:07 -0700
commitd3aa6047bcb867d85cf39c0a3cefc69b582c7c47 (patch)
tree9504f5f40f8dcaec816a1cac7ad75b0b76fcb70c /pym/_emerge/actions.py
parent4fcabea01d5664bd213db35f6894ec9e4308835d (diff)
downloadportage-d3aa6047bcb867d85cf39c0a3cefc69b582c7c47.tar.gz
portage-d3aa6047bcb867d85cf39c0a3cefc69b582c7c47.tar.bz2
portage-d3aa6047bcb867d85cf39c0a3cefc69b582c7c47.zip
config: Add VirtualsManager
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 70b06c654..1f00cb3a6 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2803,10 +2803,9 @@ def display_news_notification(root_config, myopts):
if "news" not in settings.features:
return
- if not settings.treeVirtuals:
- # Populate these using our existing vartree, to avoid
- # having a temporary one instantiated.
- settings._populate_treeVirtuals(trees["vartree"])
+ # Populate these using our existing vartree, to avoid
+ # having a temporary one instantiated.
+ settings._populate_treeVirtuals_if_needed(trees["vartree"])
for repo in portdb.getRepositories():
unreadItems = checkUpdatedNewsItems(