dev-python/pyside: add LLVM 21 support

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44882
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-11-22 15:18:31 +02:00 committed by Sam James
parent 599b18d0d5
commit bad54a4ecf
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -8,8 +8,9 @@
EAPI=8 EAPI=8
# python3.14 support upstream but getting build issues
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..13} )
LLVM_COMPAT=( {16..20} ) LLVM_COMPAT=( {16..21} )
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1 DISTUTILS_EXT=1