From: Simon Stelling Date: Sun, 16 Apr 2006 21:16:18 +0000 (-0000) Subject: add instructions how to update portage when --sync tells you to do so; bug 118715 X-Git-Tag: v2.1_pre9~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a46aaec8a29a3d0564adba82f5264e9c22158e6e;p=portage.git add instructions how to update portage when --sync tells you to do so; bug 118715 svn path=/main/trunk/; revision=3165 --- diff --git a/bin/emerge b/bin/emerge index d549ad72e..49bc19bbd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2948,6 +2948,7 @@ if myaction in ["sync","metadata"] and (not "--help" in myopts): 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 elif myaction=="regen": emergelog(" === regen")