media-sound/ardour: drop py3.{13,14}t from PYTHON_COMPAT

This is annoying for python-any-r1 as it drags it in on people's systems
where it's not going to be possible for it to be the sole interpreter
anyway.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-03 21:26:15 +01:00
parent a2f98b02ea
commit a323562d61
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..13} python3_13t )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE='threads(+)'
PLOCALES="ca cs de el en_GB es eu fr it ja ko nn pl pt pt_PT ru sv zh"
inherit toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..13} python3_13t )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE='threads(+)'
PLOCALES="ca cs de el en_GB es eu fr it ja ko nn pl pt pt_PT ru sv zh"
inherit toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg