From a9e2f546cb7c919268570bd9201cd0f0c80b847b Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 5 Jul 2007 16:25:09 +0000 Subject: Remove redundant config update notification (bug #184116) svn path=/main/trunk/; revision=7159 --- pym/emerge/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 00ee4c15a..30806fc82 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -4810,9 +4810,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): print print red(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended" print red(" * ")+"that you update portage now, before any other packages are updated." - print red(" * ")+"Please run 'emerge portage' and then update "+bold("ALL")+" of your" - print red(" * ")+"configuration files." - print red(" * ")+"To update portage, run 'emerge portage'." + print + print red(" * ")+"To update portage, run 'emerge portage' now." print display_news_notification(trees) -- cgit v1.2.3-1-g7c22