From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E8241381F3 for ; Fri, 30 Nov 2012 09:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 595CF21C05C; Fri, 30 Nov 2012 09:12:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBBCB21C05C for ; Fri, 30 Nov 2012 09:12:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCAA533DA0D for ; Fri, 30 Nov 2012 09:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 222CEE5436 for ; Fri, 30 Nov 2012 09:12:16 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1354266707.3fce988f670ef2f7c9af677ceb3fbc0f56723bb0.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3fce988f670ef2f7c9af677ceb3fbc0f56723bb0 X-VCS-Branch: master Date: Fri, 30 Nov 2012 09:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c42fad07-59b5-408a-98cf-9c90878b9e26 X-Archives-Hash: 39e688482ac32080f182bbf04c1df630 commit: 3fce988f670ef2f7c9af677ceb3fbc0f56723bb0 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 30 09:11:45 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Nov 30 09:11:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3fce988f Add --oneshot to the portage update suggestion. Most users probably have it in the @world already but I don't think everybody needs it there explicitly. --- pym/_emerge/actions.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index b64614e..e5d4132 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2592,7 +2592,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): print(warn(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended") print(warn(" * ")+"that you update portage now, before any other packages are updated.") print() - print(warn(" * ")+"To update portage, run 'emerge portage' now.") + print(warn(" * ")+"To update portage, run 'emerge --oneshot portage' now.") print() display_news_notification(root_config, myopts)