media-libs/libplacebo: disable py3.14 for now

Not sure what changed in python or if I had somehow tested wrong,
but disable for now so users don't hit failures. Will look at
this again later (3.14 isn't urgent for a any-r1 package).

Bug: https://bugs.gentoo.org/960115
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-07-14 03:24:18 -04:00
parent 0b74f33826
commit c19148f305
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
# py3.14: https://bugs.gentoo.org/960115
PYTHON_COMPAT=( python3_{11..13} )
inherit meson-multilib python-any-r1
if [[ ${PV} == 9999 ]]; then

View File

@@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
# py3.14: https://bugs.gentoo.org/960115
PYTHON_COMPAT=( python3_{11..13} )
inherit meson-multilib python-any-r1
if [[ ${PV} == 9999 ]]; then