commit: e11ac50849bd834c011445540757a076e37a6066
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 00:45:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 00:45:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11ac508
app-misc/tinysparql: avoid *t targets in python-any-r1
It'll drag in :3.13t or :3.14t on machines where there's no prospect
of it being the sole interpreter anyway.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild | 2 +-
app-misc/tinysparql/tinysparql-3.8.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild
b/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild
index 4b60d77bbe8f..329b76e82229 100644
--- a/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild
+++ b/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
GNOME_ORG_MODULE=tracker
diff --git a/app-misc/tinysparql/tinysparql-3.8.2.ebuild
b/app-misc/tinysparql/tinysparql-3.8.2.ebuild
index b212f5e695df..a61e06f827d5 100644
--- a/app-misc/tinysparql/tinysparql-3.8.2.ebuild
+++ b/app-misc/tinysparql/tinysparql-3.8.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info
meson python-any-r1 systemd vala xdg