commit: 1151f8a1b3bab04f79828f7ae5fe404a7528b932 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 15:28:25 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
