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 3D7851382C5 for ; Tue, 15 Jun 2021 02:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D2A7E0894; Tue, 15 Jun 2021 02:57:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A966E0894 for ; Tue, 15 Jun 2021 02:57:51 +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 B7486340E6D for ; Tue, 15 Jun 2021 02:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0305B720 for ; Tue, 15 Jun 2021 02:57:48 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1623725849.86f08885f4983cbcd4078b3aafd9cd2f0583d14b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio/grpcio-1.38.0.ebuild X-VCS-Directories: dev-python/grpcio/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 86f08885f4983cbcd4078b3aafd9cd2f0583d14b X-VCS-Branch: master Date: Tue, 15 Jun 2021 02:57:48 +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: 1a51c420-0906-446a-9bc9-4462a3b5e9a0 X-Archives-Hash: a1d0cb7d50f899c3c57354cce8884f14 commit: 86f08885f4983cbcd4078b3aafd9cd2f0583d14b Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jun 15 02:57:29 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jun 15 02:57:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f08885 dev-python/grpcio: fix whitespace Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/grpcio/grpcio-1.38.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/grpcio/grpcio-1.38.0.ebuild b/dev-python/grpcio/grpcio-1.38.0.ebuild index 016123e4194..13d41c60bbc 100644 --- a/dev-python/grpcio/grpcio-1.38.0.ebuild +++ b/dev-python/grpcio/grpcio-1.38.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/1.37.1-cc-flag-test-fix.patch" ) +PATCHES=( "${FILESDIR}/1.37.1-cc-flag-test-fix.patch" ) python_prepare_all() { distutils-r1_python_prepare_all