mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
599b18d0d5
commit
bad54a4ecf
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user