commit: 97b013bcb2f8c111d8844adbe2e66b90ad288896
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 17:28:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 17:28:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b013bc
dev-python/pillow: explicitly disable bundled libs
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pillow/pillow-10.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/pillow/pillow-10.3.0.ebuild
b/dev-python/pillow/pillow-10.3.0.ebuild
index d832cf0bf40b..cb13d5f02390 100644
--- a/dev-python/pillow/pillow-10.3.0.ebuild
+++ b/dev-python/pillow/pillow-10.3.0.ebuild
@@ -82,6 +82,8 @@ python_configure_all() {
[build_ext]
debug = True
disable_platform_guessing = True
+ vendor_raqm = False
+ vendor_fribidi = False
$(usepil truetype)_freetype = True
$(usepil jpeg)_jpeg = True
$(usepil jpeg2k)_jpeg2000 = True