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:
Alfred Wingate
2026-04-22 15:14:03 +03:00
committed by James Le Cuirot
parent 98f752c635
commit 8d7f82158d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"