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