commit: aee3b8bed7c291a7749dede729be27da8b716287 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 17:24:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 17:24:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee3b8be
dev-python/pillow: make build_ext more verbose This should help with diagnosing odd build failures as it'll print its "configure" style tests etc. Bug: https://bugs.gentoo.org/934777 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pillow/pillow-10.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pillow/pillow-10.3.0.ebuild b/dev-python/pillow/pillow-10.3.0.ebuild index 45dc6128ec02..d832cf0bf40b 100644 --- a/dev-python/pillow/pillow-10.3.0.ebuild +++ b/dev-python/pillow/pillow-10.3.0.ebuild @@ -80,6 +80,7 @@ usepil() { python_configure_all() { cat >> setup.cfg <<-EOF || die [build_ext] + debug = True disable_platform_guessing = True $(usepil truetype)_freetype = True $(usepil jpeg)_jpeg = True
