Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/
Date: Fri, 30 Nov 2012 09:12:27
Message-Id: 1354266707.3fce988f670ef2f7c9af677ceb3fbc0f56723bb0.zmedico@gentoo
1 commit: 3fce988f670ef2f7c9af677ceb3fbc0f56723bb0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 30 09:11:45 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 09:11:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3fce988f
7
8 Add --oneshot to the portage update suggestion.
9
10 Most users probably have it in the @world already but I don't think
11 everybody needs it there explicitly.
12
13 ---
14 pym/_emerge/actions.py | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
18 index b64614e..e5d4132 100644
19 --- a/pym/_emerge/actions.py
20 +++ b/pym/_emerge/actions.py
21 @@ -2592,7 +2592,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
22 print(warn(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended")
23 print(warn(" * ")+"that you update portage now, before any other packages are updated.")
24 print()
25 - print(warn(" * ")+"To update portage, run 'emerge portage' now.")
26 + print(warn(" * ")+"To update portage, run 'emerge --oneshot portage' now.")
27 print()
28
29 display_news_notification(root_config, myopts)