commit:     88b629ccf5b0a80ee47a69444c19df6b60efd230
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 17:27:21 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 08:14:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b629cc

dev-lang/yasm: Use python_setup instead of python_export_best

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/yasm/yasm-1.2.0-r1.ebuild | 2 +-
 dev-lang/yasm/yasm-1.3.0.ebuild    | 2 +-
 dev-lang/yasm/yasm-9999.ebuild     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/yasm/yasm-1.2.0-r1.ebuild 
b/dev-lang/yasm/yasm-1.2.0-r1.ebuild
index be32d57759d..9cd5c98942f 100644
--- a/dev-lang/yasm/yasm-1.2.0-r1.ebuild
+++ b/dev-lang/yasm/yasm-1.2.0-r1.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
 }
 
 src_configure() {
-       use python && python_export_best
+       use python && python_setup
 
        econf \
                $(use_enable python) \

diff --git a/dev-lang/yasm/yasm-1.3.0.ebuild b/dev-lang/yasm/yasm-1.3.0.ebuild
index cee1a7f6f93..e1ef59791ee 100644
--- a/dev-lang/yasm/yasm-1.3.0.ebuild
+++ b/dev-lang/yasm/yasm-1.3.0.ebuild
@@ -26,7 +26,7 @@ DEPEND="
        python? ( >=dev-python/cython-0.14[${PYTHON_USEDEP}] )"
 
 src_configure() {
-       use python && python_export_best
+       use python && python_setup
 
        XMLTO=: \
        econf \

diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index c667fd21f2b..1dc81bc993d 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -50,9 +50,9 @@ src_prepare() {
 
 src_configure() {
        if [[ ${PV} == 9999* ]]; then
-               python_export_best
+               python_setup
        else
-               use python && python_export_best
+               use python && python_setup
        fi
 
        econf \

Reply via email to