sci-geosciences/gpsd: python_export_best → python_setup
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 Nov 2019 17:33:04 +0000 (18:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 29 Nov 2019 08:14:34 +0000 (09:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
sci-geosciences/gpsd/gpsd-3.17-r4.ebuild

index 8999e495cd4db2e13cda81c7a86d29610302783f..bf7ad7318874a4a092d79c440df699acdef33682 100644 (file)
@@ -89,7 +89,7 @@ src_prepare() {
 }
 
 python_prepare_all() {
-       python_export_best
+       python_setup
        # Extract python info out of SConstruct so we can use saner distribute
        pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; }
        local pybins=$(pyvar python_progs | tail -1)
index 78e26cfd79850d8f50543f065a963fc2f0cdfef9..cd0378d90c4d0415fa0d3d7c67b85b56efa5842f 100644 (file)
@@ -91,7 +91,7 @@ src_prepare() {
 }
 
 python_prepare_all() {
-       python_export_best
+       python_setup
        # Extract python info out of SConstruct so we can use saner distribute
        pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; }
        local pybins=$(pyvar python_progs | tail -1)