From 88b629ccf5b0a80ee47a69444c19df6b60efd230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 28 Nov 2019 18:27:21 +0100 Subject: [PATCH] dev-lang/yasm: Use python_setup instead of python_export_best MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 be32d57759d7a..9cd5c98942fbf 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 cee1a7f6f93e8..e1ef59791ee03 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 c667fd21f2b29..1dc81bc993d4d 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 \