Remove redundant config update notification (bug #184116)
authorMarius Mauch <genone@gentoo.org>
Thu, 5 Jul 2007 16:25:09 +0000 (16:25 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 5 Jul 2007 16:25:09 +0000 (16:25 -0000)
svn path=/main/trunk/; revision=7159

pym/emerge/__init__.py

index 00ee4c15a92858e8c1124baa44348004ffa901ff..30806fc826498edb48c041bb31e7a18d6b76d6f9 100644 (file)
@@ -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)