commit: 6e92fd7c446ec9c852b65b4bdbf39281b8310935 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 29 19:37:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 19:37:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e92fd7c
dev-libs/isl: disable Python The tests for these bindings look at the system copy of isl, not the just-built one, but they don't seem to get installed anyway. If they were to be installed, we'd need proper eclass wiring. Closes: https://bugs.gentoo.org/940627 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/isl/isl-0.27.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/isl/isl-0.27.ebuild b/dev-libs/isl/isl-0.27.ebuild index 76dd79df9eb6..2855859cca9c 100644 --- a/dev-libs/isl/isl-0.27.ebuild +++ b/dev-libs/isl/isl-0.27.ebuild @@ -33,6 +33,11 @@ src_prepare() { } multilib_src_configure() { + # The tests for these bindings look at the system copy of isl (bug #940627), + # not the just-built one, but they don't seem to get installed anyway. + # If they were to be installed, we'd need proper eclass wiring. + export PYTHON=: + local econf_opts=( $(use_enable static-libs static)
