commit:     4d3e08e4179c48797e10e30d7293ac96f9b7b70b
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 04:40:34 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 04:40:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3e08e4

dev-python/pillow: Fix avif useflag handling

Was accidentally using wrong useflag for enable/disable

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-python/pillow/pillow-11.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow/pillow-11.2.1.ebuild 
b/dev-python/pillow/pillow-11.2.1.ebuild
index 79bae7b7495c..a5b36030ab51 100644
--- a/dev-python/pillow/pillow-11.2.1.ebuild
+++ b/dev-python/pillow/pillow-11.2.1.ebuild
@@ -100,7 +100,7 @@ python_configure_all() {
                [build_ext]
                debug = True
                disable_platform_guessing = True
-               $(usepil truetype)_avif = True
+               $(usepil avif)_avif = True
                $(usepil truetype)_freetype = True
                $(usepil jpeg)_jpeg = True
                $(usepil jpeg2k)_jpeg2000 = True

Reply via email to