From a2f98b02eaa0d05ab7b3b2952dfdd61d5e391a18 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Jun 2025 21:16:43 +0100 Subject: [PATCH] sci-mathematics/flint: 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 --- .../{flint-3.1.3_p1-r3.ebuild => flint-3.1.3_p1-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-mathematics/flint/{flint-3.1.3_p1-r3.ebuild => flint-3.1.3_p1-r4.ebuild} (98%) diff --git a/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild b/sci-mathematics/flint/flint-3.1.3_p1-r4.ebuild similarity index 98% rename from sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild rename to sci-mathematics/flint/flint-3.1.3_p1-r4.ebuild index 6f27fc13d4c57..dcdf618cbb612 100644 --- a/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild +++ b/sci-mathematics/flint/flint-3.1.3_p1-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} python3_13t ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-any-r1 DESCRIPTION="Fast Library for Number Theory"