mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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:
@@ -37,7 +37,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use python && python_export_best
|
||||
use python && python_setup
|
||||
|
||||
econf \
|
||||
$(use_enable python) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user