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.2.0_alpha33~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd54d00ab3035525e500512bdeb49e1c15585342;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 9bc3aafc5..007984eea 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -3016,10 +3016,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)