From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D78A81382C5 for ; Wed, 27 Jan 2021 03:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79346E0ACD; Wed, 27 Jan 2021 03:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 185D9E0ABB for ; Wed, 27 Jan 2021 03:52:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDAF13410D9 for ; Wed, 27 Jan 2021 03:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD8A4A8 for ; Wed, 27 Jan 2021 03:52:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611719393.a7d3d160b0a194f10e09678463e74077fbaf3234.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pendulum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pendulum/pendulum-2.1.2-r1.ebuild X-VCS-Directories: dev-python/pendulum/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7d3d160b0a194f10e09678463e74077fbaf3234 X-VCS-Branch: master Date: Wed, 27 Jan 2021 03:52:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e8d76d5-2995-415e-a7b7-c948e558c897 X-Archives-Hash: 4852edce93444b4e7fb2cdd45fde8c56 commit: a7d3d160b0a194f10e09678463e74077fbaf3234 Author: Sam James gentoo org> AuthorDate: Wed Jan 27 03:49:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 27 03:49:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d3d160 dev-python/pendulum: fix WhitespaceFound Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/pendulum/pendulum-2.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild index c17277cd71f..d11f5759587 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" # Requires timezone information which is not installed by default # with dev-python/pytzdata, and otherwise approx. 50 out of 1600 -# tests are failing for now. Keeping the test dependencies +# tests are failing for now. Keeping the test dependencies # commented for future tests fixups RESTRICT="test"