diff options
Diffstat (limited to 'dev-lang/yasm/yasm-9999.ebuild')
-rw-r--r-- | dev-lang/yasm/yasm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |