From: Michał Górny Date: Thu, 28 Nov 2019 17:27:21 +0000 (+0100) Subject: dev-lang/yasm: Use python_setup instead of python_export_best X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88b629ccf5b0a80ee47a69444c19df6b60efd230;p=gentoo.git dev-lang/yasm: Use python_setup instead of python_export_best Signed-off-by: Michał Górny --- diff --git a/dev-lang/yasm/yasm-1.2.0-r1.ebuild b/dev-lang/yasm/yasm-1.2.0-r1.ebuild index be32d57759d7..9cd5c98942fb 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 cee1a7f6f93e..e1ef59791ee0 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 c667fd21f2b2..1dc81bc993d4 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 \