summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-07-05 16:25:09 +0000
committerMarius Mauch <genone@gentoo.org>2007-07-05 16:25:09 +0000
commita9e2f546cb7c919268570bd9201cd0f0c80b847b (patch)
tree4d7cc9c68a11e3b6d516524fd751b41d0d62c532 /pym
parent087d08ae5cc7c246d13da1c6504c07d446bf4278 (diff)
downloadportage-a9e2f546cb7c919268570bd9201cd0f0c80b847b.tar.gz
portage-a9e2f546cb7c919268570bd9201cd0f0c80b847b.tar.bz2
portage-a9e2f546cb7c919268570bd9201cd0f0c80b847b.zip
Remove redundant config update notification (bug #184116)
svn path=/main/trunk/; revision=7159
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 00ee4c15a..30806fc82 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -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)