From a323562d6176468103a77f0a67cda8554b374c9e Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Jun 2025 21:26:15 +0100 Subject: [PATCH] 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 --- .../ardour/{ardour-8.12.ebuild => ardour-8.12-r1.ebuild} | 2 +- media-sound/ardour/ardour-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename media-sound/ardour/{ardour-8.12.ebuild => ardour-8.12-r1.ebuild} (99%) diff --git a/media-sound/ardour/ardour-8.12.ebuild b/media-sound/ardour/ardour-8.12-r1.ebuild similarity index 99% rename from media-sound/ardour/ardour-8.12.ebuild rename to media-sound/ardour/ardour-8.12-r1.ebuild index d657adb69b4dc..66ba4feec0ca4 100644 --- a/media-sound/ardour/ardour-8.12.ebuild +++ b/media-sound/ardour/ardour-8.12-r1.ebuild @@ -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 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 7f197538c6939..3958396d5138d 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -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