commit: a2f98b02eaa0d05ab7b3b2952dfdd61d5e391a18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 20:16:43 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 20:16:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f98b02
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 <sam <AT> gentoo.org>
.../flint/{flint-3.1.3_p1-r3.ebuild => flint-3.1.3_p1-r4.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 6f27fc13d4c5..dcdf618cbb61 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"