sci-libs/scipy: Remove $(usex python_targets_python3_5)
authorDavid Seifert <soap@gentoo.org>
Mon, 30 Dec 2019 00:48:31 +0000 (01:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:58:47 +0000 (13:58 +0100)
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>
sci-libs/scipy/scipy-0.18.1.ebuild
sci-libs/scipy/scipy-0.19.1.ebuild
sci-libs/scipy/scipy-1.0.0.ebuild
sci-libs/scipy/scipy-1.1.0.ebuild
sci-libs/scipy/scipy-1.4.1.ebuild
sci-libs/scipy/scipy-9999.ebuild

index 13d5afa657e8bdc1f91269f16d43b33bad3a56da..730b436320c5d85f4238a4f5000ea50658d9755e 100644 (file)
@@ -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}
 }
 
index a17473acc3d56fb5cb30d7685fbc4c4c0de3d652..45225e71258ae79cc6794859cf7932f447356958 100644 (file)
@@ -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}
index 830587f79c37d02acb444d3e60ee4ea4d5df80cf..f9c24c564fd8198b8ed82d6f878536353ecdc07f 100644 (file)
@@ -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}
index acbf180275f3be52fbe076db033c6feb8de3395c..26a09951e2a381819194d611730f5ad0d467dd17 100644 (file)
@@ -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}
index a655ea5de4ab6a538885741221a2894174a198d0..763237b3a956ec0056b99c2b67dae2eabaa56714 100644 (file)
@@ -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}
index 0e528a35be0eb69bc720296900fabceb3ede71e1..7892ce169010c24641eeef2f6bba18754ce32426 100644 (file)
@@ -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}
 }