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 996CB1392EF for ; Tue, 11 Mar 2014 21:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E74BE07B3; Tue, 11 Mar 2014 21:22:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0660E0762 for ; Tue, 11 Mar 2014 21:22:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B15E933FBAF for ; Tue, 11 Mar 2014 21:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 91662183B3 for ; Tue, 11 Mar 2014 21:22:53 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1394572961.e566d68dd4880a5bb6cfd2c8945f4eb23b40e8f3.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: e566d68dd4880a5bb6cfd2c8945f4eb23b40e8f3 X-VCS-Branch: gentoolkit Date: Tue, 11 Mar 2014 21:22:53 +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: 55c44572-28d4-4fe6-b3a4-84cac77d7691 X-Archives-Hash: a244392044ad143d8cd2cabd8f9d6f68 commit: e566d68dd4880a5bb6cfd2c8945f4eb23b40e8f3 Author: Paul Varner gentoo org> AuthorDate: Tue Mar 11 21:22:41 2014 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Mar 11 21:22:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=e566d68d Remove development version warning --- pym/gentoolkit/revdep_rebuild/rebuild.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index 0725c7c..314fb1f 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -220,10 +220,7 @@ def main(settings=None, logger=None): and settings['IS_DEV'] \ and not settings['NO_PRETEND']: logger.warn(blue(' * ') + - yellow('This is a development version, ' - 'so it may not work correctly')) - logger.warn(blue(' * ') + - yellow('Adding --pretend to portage options anyway')) + yellow('Adding --pretend to portage options')) logger.info(blue(' * ') + 'If you\'re sure, you can add --no-pretend to revdep options') settings['PRETEND'] = True