commit:     c06bd2fb2b3dda1885fd19677cb2dd3862f4c769
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  9 00:44:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 00:44:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06bd2fb

app-misc/localsearch: 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/localsearch/localsearch-3.6.2-r2.ebuild | 2 +-
 app-misc/localsearch/localsearch-3.6.2.ebuild    | 2 +-
 app-misc/localsearch/localsearch-3.8.2.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/localsearch/localsearch-3.6.2-r2.ebuild 
b/app-misc/localsearch/localsearch-3.6.2-r2.ebuild
index 76892af40d31..2ca9077c3652 100644
--- a/app-misc/localsearch/localsearch-3.6.2-r2.ebuild
+++ b/app-misc/localsearch/localsearch-3.6.2-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-miners
 

diff --git a/app-misc/localsearch/localsearch-3.6.2.ebuild 
b/app-misc/localsearch/localsearch-3.6.2.ebuild
index de358812b042..a0cc69493ac3 100644
--- a/app-misc/localsearch/localsearch-3.6.2.ebuild
+++ b/app-misc/localsearch/localsearch-3.6.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} )
 
 GNOME_ORG_MODULE=tracker-miners
 

diff --git a/app-misc/localsearch/localsearch-3.8.2.ebuild 
b/app-misc/localsearch/localsearch-3.8.2.ebuild
index 8b8b89df3315..f28bbd32897f 100644
--- a/app-misc/localsearch/localsearch-3.8.2.ebuild
+++ b/app-misc/localsearch/localsearch-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 flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg
 

Reply via email to