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 2400E58973 for ; Mon, 18 Jan 2016 00:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F66121C03D; Mon, 18 Jan 2016 00:00:20 +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 2C4D521C03D for ; Mon, 18 Jan 2016 00:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D957E34092D for ; Mon, 18 Jan 2016 00:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F4BE54 for ; Mon, 18 Jan 2016 00:00:17 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1453075261.e9445aa398126c24c729cfb1e0d488d9b0db45ab.zx2c4@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master 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: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: e9445aa398126c24c729cfb1e0d488d9b0db45ab X-VCS-Branch: master Date: Mon, 18 Jan 2016 00:00:17 +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: c6515ab3-c199-4cd4-bdf5-fc35aadf5d1c X-Archives-Hash: 696f91ff4c707ae861b5b383a394ae21 commit: e9445aa398126c24c729cfb1e0d488d9b0db45ab Author: Jason A. Donenfeld zx2c4 com> AuthorDate: Mon Jan 18 00:01:01 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Mon Jan 18 00:01:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=e9445aa3 revdep-rebuild: fix typo in bugs message pym/gentoolkit/revdep_rebuild/rebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index 417622e..fc57888 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -127,7 +127,7 @@ def main(settings=None, logger=None): yellow('The original revdep-rebuild script is ' 'installed as revdep-rebuild.sh')) logger.warn(blue(' * ') + - yellow('Please files bugs at: ' + yellow('Please file bugs at: ' 'https://bugs.gentoo.org/')) if os.getuid() != 0 and not settings['PRETEND']: