From: Zac Medico Date: Mon, 30 Jul 2007 05:39:29 +0000 (-0000) Subject: Remove redundant config update notification (bug #184116, branches/2.1.2 r7160) X-Git-Tag: v2.1.2.11~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a8acc485feac80fc25f30671ebd803477e3a731;p=portage.git Remove redundant config update notification (bug #184116, branches/2.1.2 r7160) svn path=/main/branches/2.1.2.9/; revision=7490 --- diff --git a/bin/emerge b/bin/emerge index f6599308f..15145183c 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4339,9 +4339,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 def action_metadata(settings, portdb, myopts):