dev-lang/yasm: Use python_setup instead of python_export_best

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-28 18:27:21 +01:00
parent f29a28bb1a
commit 88b629ccf5
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ src_prepare() {
}
src_configure() {
use python && python_export_best
use python && python_setup
econf \
$(use_enable python) \

View File

@@ -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 \

View File

@@ -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 \