mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
media-tv/kodi: enable py3.14
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/815 Merges: https://codeberg.org/gentoo/gentoo/pulls/815 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
committed by
James Le Cuirot
parent
98f752c635
commit
8d7f82158d
@@ -26,7 +26,7 @@ JAVA_PKG_WANT_SOURCE="21"
|
||||
JAVA_PKG_WANT_TARGET="21"
|
||||
|
||||
PYTHON_REQ_USE="sqlite,ssl"
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
# See cmake/scripts/common/ArchSetup.cmake for available options
|
||||
CPU_FLAGS="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_arm_neon"
|
||||
|
||||
@@ -26,7 +26,7 @@ JAVA_PKG_WANT_SOURCE="21"
|
||||
JAVA_PKG_WANT_TARGET="21"
|
||||
|
||||
PYTHON_REQ_USE="sqlite,ssl"
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
# See cmake/scripts/common/ArchSetup.cmake for available options
|
||||
CPU_FLAGS="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_arm_neon"
|
||||
|
||||
Reference in New Issue
Block a user