From: Zac Medico Date: Mon, 9 May 2011 06:27:39 +0000 (-0700) Subject: display_news_notification: don't populate virts X-Git-Tag: v2.1.9.49~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=632ca01e73e148cde1178d7490f3b5ceb2e977bd;p=portage.git display_news_notification: don't populate virts This typically isn't useful anymore, since Gentoo has stopped using old-style virtuals. --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 3710f7f87..bab39b9e3 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2995,10 +2995,6 @@ def display_news_notification(root_config, myopts): if "news" not in settings.features: return - # 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( portdb, vardb, NEWS_PATH, UNREAD_PATH, repo, update=update)