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

View File

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