diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-08-25 00:56:31 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-27 10:02:36 +0200 |
commit | c9cc4e4dd52f4579b3ea10754012ea7a59a15b39 (patch) | |
tree | 56e0de990bdcbde3ded523b52e2b05e71dc1a9a7 /sci-geosciences | |
parent | dev-python/jellyfish: bump to 0.8.9 (diff) | |
download | gentoo-c9cc4e4dd52f4579b3ea10754012ea7a59a15b39.tar.gz gentoo-c9cc4e4dd52f4579b3ea10754012ea7a59a15b39.tar.bz2 gentoo-c9cc4e4dd52f4579b3ea10754012ea7a59a15b39.zip |
sci-geosciences/GeographicLib: remove call to python_compile_all
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22097
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild index 892d850baaac..52e3cdd8b428 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 } |