commit: 8852406a7b12e2ad7024b0db7e16ea53d0f5f73c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 27 01:18:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 01:18:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8852406a
dev-python/scipy: switch to python_configure_all I don't think this is sufficient though. Bug: https://bugs.gentoo.org/878361 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/scipy/scipy-1.9.3.ebuild | 2 +- dev-python/scipy/scipy-1.9.9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/scipy/scipy-1.9.3.ebuild b/dev-python/scipy/scipy-1.9.3.ebuild index a3764e438be5..3b6adf392e6b 100644 --- a/dev-python/scipy/scipy-1.9.3.ebuild +++ b/dev-python/scipy/scipy-1.9.3.ebuild @@ -88,7 +88,7 @@ src_unpack() { fi } -src_configure() { +python_configure_all() { export SCIPY_USE_PYTHRAN=$(usex pythran 1 0) } diff --git a/dev-python/scipy/scipy-1.9.9999.ebuild b/dev-python/scipy/scipy-1.9.9999.ebuild index 06820b113911..3b6adf392e6b 100644 --- a/dev-python/scipy/scipy-1.9.9999.ebuild +++ b/dev-python/scipy/scipy-1.9.9999.ebuild @@ -38,7 +38,7 @@ else S="${WORKDIR}"/${MY_P} if [[ ${PV} != *rc* ]] ; then - KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc ~ppc64 ~riscv ~s390 ~x86" fi fi @@ -88,7 +88,7 @@ src_unpack() { fi } -src_configure() { +python_configure_all() { export SCIPY_USE_PYTHRAN=$(usex pythran 1 0) }
