diff options
author | David Seifert <soap@gentoo.org> | 2019-12-30 01:48:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:47 +0100 |
commit | 8f31152464eee14583f1accedee4396e5acfe1c4 (patch) | |
tree | b3b5c782bec8db761b3e575ab1e5dba329dab7bf /sci-libs/scipy | |
parent | net-analyzer/fail2ban: Remove to-be-redundant REQUIRED_USE (diff) | |
download | gentoo-8f31152464eee14583f1accedee4396e5acfe1c4.tar.gz gentoo-8f31152464eee14583f1accedee4396e5acfe1c4.tar.bz2 gentoo-8f31152464eee14583f1accedee4396e5acfe1c4.zip |
sci-libs/scipy: Remove $(usex python_targets_python3_5)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/scipy-0.18.1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.19.1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-1.0.0.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-1.1.0.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-1.4.1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-9999.ebuild | 2 |
6 files changed, 2 insertions, 6 deletions
diff --git a/sci-libs/scipy/scipy-0.18.1.ebuild b/sci-libs/scipy/scipy-0.18.1.ebuild index 13d5afa657e8..730b436320c5 100644 --- a/sci-libs/scipy/scipy-0.18.1.ebuild +++ b/sci-libs/scipy/scipy-0.18.1.ebuild @@ -109,7 +109,7 @@ python_prepare_all() { python_compile() { ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ - $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ + "-j $(makeopts_jobs)" \ ${SCIPY_FCONFIG} } diff --git a/sci-libs/scipy/scipy-0.19.1.ebuild b/sci-libs/scipy/scipy-0.19.1.ebuild index a17473acc3d5..45225e71258a 100644 --- a/sci-libs/scipy/scipy-0.19.1.ebuild +++ b/sci-libs/scipy/scipy-0.19.1.ebuild @@ -104,7 +104,6 @@ python_prepare_all() { python_compile() { # FIXME: parallel python building fails, bug #614464 - # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ ${SCIPY_FCONFIG} diff --git a/sci-libs/scipy/scipy-1.0.0.ebuild b/sci-libs/scipy/scipy-1.0.0.ebuild index 830587f79c37..f9c24c564fd8 100644 --- a/sci-libs/scipy/scipy-1.0.0.ebuild +++ b/sci-libs/scipy/scipy-1.0.0.ebuild @@ -107,7 +107,6 @@ python_prepare_all() { python_compile() { # FIXME: parallel python building fails, bug #614464 - # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ ${SCIPY_FCONFIG} diff --git a/sci-libs/scipy/scipy-1.1.0.ebuild b/sci-libs/scipy/scipy-1.1.0.ebuild index acbf180275f3..26a09951e2a3 100644 --- a/sci-libs/scipy/scipy-1.1.0.ebuild +++ b/sci-libs/scipy/scipy-1.1.0.ebuild @@ -107,7 +107,6 @@ python_prepare_all() { python_compile() { # FIXME: parallel python building fails, bug #614464 - # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ ${SCIPY_FCONFIG} diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index a655ea5de4ab..763237b3a956 100644 --- a/sci-libs/scipy/scipy-1.4.1.ebuild +++ b/sci-libs/scipy/scipy-1.4.1.ebuild @@ -108,7 +108,6 @@ python_prepare_all() { python_compile() { # FIXME: parallel python building fails, bug #614464 - # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ ${SCIPY_FCONFIG} diff --git a/sci-libs/scipy/scipy-9999.ebuild b/sci-libs/scipy/scipy-9999.ebuild index 0e528a35be0e..7892ce169010 100644 --- a/sci-libs/scipy/scipy-9999.ebuild +++ b/sci-libs/scipy/scipy-9999.ebuild @@ -93,7 +93,7 @@ python_prepare_all() { python_compile() { ${EPYTHON} tools/cythonize.py || die distutils-r1_python_compile \ - $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \ + "-j $(makeopts_jobs)" \ ${SCIPY_FCONFIG} } |