From 19f8dcfe81cd39338aab95efea841471dc225e37 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Jun 2025 21:16:17 +0100 Subject: [PATCH] media-libs/sratom: 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 --- .../sratom/{sratom-0.6.18.ebuild => sratom-0.6.18-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename media-libs/sratom/{sratom-0.6.18.ebuild => sratom-0.6.18-r1.ebuild} (96%) diff --git a/media-libs/sratom/sratom-0.6.18.ebuild b/media-libs/sratom/sratom-0.6.18-r1.ebuild similarity index 96% rename from media-libs/sratom/sratom-0.6.18.ebuild rename to media-libs/sratom/sratom-0.6.18-r1.ebuild index 66cea9641f18c..d209abba50898 100644 --- a/media-libs/sratom/sratom-0.6.18.ebuild +++ b/media-libs/sratom/sratom-0.6.18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} python3_13t ) +PYTHON_COMPAT=( python3_{9..13} ) PYTHON_REQ_USE='threads(+)' inherit meson-multilib python-any-r1