Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/GeographicLib/
Date: Wed, 27 Oct 2021 08:02:46
Message-Id: 1635321756.c9cc4e4dd52f4579b3ea10754012ea7a59a15b39.andrewammerlaan@gentoo
1 commit: c9cc4e4dd52f4579b3ea10754012ea7a59a15b39
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 24 22:56:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 08:02:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cc4e4d
7
8 sci-geosciences/GeographicLib: remove call to python_compile_all
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/22097
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild
18 index 892d850baaa..52e3cdd8b42 100644
19 --- a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild
20 +++ b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild
21 @@ -62,7 +62,6 @@ src_compile() {
22 pushd "python" || die
23 python_foreach_impl distutils-r1_python_compile
24 popd || die
25 - python_compile_all
26 fi
27 }