projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6d942
)
add instructions how to update portage when --sync tells you to do so; bug 118715
author
Simon Stelling
<blubb@gentoo.org>
Sun, 16 Apr 2006 21:16:18 +0000
(21:16 -0000)
committer
Simon Stelling
<blubb@gentoo.org>
Sun, 16 Apr 2006 21:16:18 +0000
(21:16 -0000)
svn path=/main/trunk/; revision=3165
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index d549ad72ecaf21351294b3a419c778166b43ff8c..49bc19bbd6fc1043559bb682ffd49f97a8bb873a 100755
(executable)
--- 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")