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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16B94158091 for ; Sun, 12 Jun 2022 15:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0E8E0916; Sun, 12 Jun 2022 15:34:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFD5DE0916 for ; Sun, 12 Jun 2022 15:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C89D2341BE8 for ; Sun, 12 Jun 2022 15:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFEEA506 for ; Sun, 12 Jun 2022 15:34:40 +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: <1655047705.1151f8a1b3bab04f79828f7ae5fe404a7528b932.sam@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-r1.ebuild X-VCS-Directories: sci-geosciences/GeographicLib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1151f8a1b3bab04f79828f7ae5fe404a7528b932 X-VCS-Branch: master Date: Sun, 12 Jun 2022 15:34:40 +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: 4f3bb760-c227-4639-84be-485fd584458b X-Archives-Hash: 949d3b77264358f79017869085a81ac8 commit: 1151f8a1b3bab04f79828f7ae5fe404a7528b932 Author: Sam James gentoo org> AuthorDate: Sun Jun 12 15:28:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 12 15:28:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1151f8a1 sci-geosciences/GeographicLib: fix distutils-r1 usage Closes: https://bugs.gentoo.org/846242 Closes: https://bugs.gentoo.org/799242 Signed-off-by: Sam James gentoo.org> sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild index f4efd91f1f92..18ac53badef6 100644 --- a/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild +++ b/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild @@ -80,6 +80,7 @@ src_install() { # Remove python things added by the cmake_src_install function rm -r "${ED}/usr/$(get_libdir)/python" || die + # If using Python, we re-add these python files for each implementation if use python; then pushd "python" || die