commit: 42b5eec8280378d51433a675438eca2bb0331813
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 09:10:51 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 09:17:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b5eec8
dev-python/scipy: do not use patchelf on macOS.
macOS uses Mach-O binary format, not ELF.
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
dev-python/scipy/scipy-1.11.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/scipy/scipy-1.11.1.ebuild
b/dev-python/scipy/scipy-1.11.1.ebuild
index 9601fa77d33f..8e807feb7b5b 100644
--- a/dev-python/scipy/scipy-1.11.1.ebuild
+++ b/dev-python/scipy/scipy-1.11.1.ebuild
@@ -64,7 +64,7 @@ BDEPEND="
>=dev-python/meson-python-0.12.1[${PYTHON_USEDEP}]
>=dev-python/pybind11-2.10.4[${PYTHON_USEDEP}]
>=dev-util/meson-1.1.0
- dev-util/patchelf
+ !kernel_Darwin? ( dev-util/patchelf )
virtual/pkgconfig
doc? ( app-arch/unzip )
fortran? ( dev-python/pythran[${PYTHON_USEDEP}] )