Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/
Date: Fri, 29 Nov 2019 08:17:12
Message-Id: 1575015274.8a8cfca457e3cf3058d7007df0deb882ef6a82f4.mgorny@gentoo
1 commit: 8a8cfca457e3cf3058d7007df0deb882ef6a82f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 17:33:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 08:14:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8cfca4
7
8 sci-geosciences/gpsd: python_export_best → python_setup
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 2 +-
13 sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
17 index 8999e495cd4..bf7ad731887 100644
18 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
19 +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
20 @@ -89,7 +89,7 @@ src_prepare() {
21 }
22
23 python_prepare_all() {
24 - python_export_best
25 + python_setup
26 # Extract python info out of SConstruct so we can use saner distribute
27 pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; }
28 local pybins=$(pyvar python_progs | tail -1)
29
30 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
31 index 78e26cfd798..cd0378d90c4 100644
32 --- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
33 +++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
34 @@ -91,7 +91,7 @@ src_prepare() {
35 }
36
37 python_prepare_all() {
38 - python_export_best
39 + python_setup
40 # Extract python info out of SConstruct so we can use saner distribute
41 pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; }
42 local pybins=$(pyvar python_progs | tail -1)