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 13E2C158086 for ; Wed, 27 Oct 2021 08:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF78E0858; Wed, 27 Oct 2021 08:02:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 430FEE0858 for ; Wed, 27 Oct 2021 08:02:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AC90343ADD for ; Wed, 27 Oct 2021 08:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CACBF89 for ; Wed, 27 Oct 2021 08:02:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635321756.c9cc4e4dd52f4579b3ea10754012ea7a59a15b39.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/GeographicLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild X-VCS-Directories: sci-geosciences/GeographicLib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c9cc4e4dd52f4579b3ea10754012ea7a59a15b39 X-VCS-Branch: master Date: Wed, 27 Oct 2021 08:02:42 +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: 0ddd5ed7-7512-4b50-9a3f-a5c9b88cc9a8 X-Archives-Hash: c050af56c5be6bba8f1e3407d1320703 commit: c9cc4e4dd52f4579b3ea10754012ea7a59a15b39 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Aug 24 22:56:31 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Oct 27 08:02:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cc4e4d sci-geosciences/GeographicLib: remove call to python_compile_all Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22097 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild index 892d850baaa..52e3cdd8b42 100644 --- a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild +++ b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild @@ -62,7 +62,6 @@ src_compile() { pushd "python" || die python_foreach_impl distutils-r1_python_compile popd || die - python_compile_all fi }