summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-05-20 19:57:05 +0200
committerPacho Ramos <pacho@gentoo.org>2022-05-20 20:02:38 +0200
commit0cc8116f61e8b8124821582392945d5e88f41634 (patch)
tree0cf605d812178d6216a5195a281e456e9f8f84a1
parentapp-misc/tracker-miners: enable py3.10 and disable py3.7 (diff)
downloadgentoo-0cc8116f.tar.gz
gentoo-0cc8116f.tar.bz2
gentoo-0cc8116f.zip
app-misc/tracker: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845525 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--app-misc/tracker/tracker-2.3.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tracker/tracker-2.3.6-r1.ebuild b/app-misc/tracker/tracker-2.3.6-r1.ebuild
index cfaa81da0bab..00c45d75bcc8 100644
--- a/app-misc/tracker/tracker-2.3.6-r1.ebuild
+++ b/app-misc/tracker/tracker-2.3.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
VALA_MIN_API_VERSION="0.40"
inherit bash-completion-r1 gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg