diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-16 21:16:18 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-16 21:16:18 +0000 |
commit | a46aaec8a29a3d0564adba82f5264e9c22158e6e (patch) | |
tree | 7a5212ea06e916b81ef77a08d8b72234f23ea8be | |
parent | fc6d942d3b8864ce7d68d6e6cf0a03464ae35c09 (diff) | |
download | portage-a46aaec8a29a3d0564adba82f5264e9c22158e6e.tar.gz portage-a46aaec8a29a3d0564adba82f5264e9c22158e6e.tar.bz2 portage-a46aaec8a29a3d0564adba82f5264e9c22158e6e.zip |
add instructions how to update portage when --sync tells you to do so; bug 118715
svn path=/main/trunk/; revision=3165
-rwxr-xr-x | bin/emerge | 1 |
1 files changed, 1 insertions, 0 deletions
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") |