commit: 0cc8116f61e8b8124821582392945d5e88f41634 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri May 20 17:57:05 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri May 20 18:02:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc8116f
app-misc/tracker: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845525 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-misc/tracker/tracker-2.3.6-r1.ebuild | 4 ++-- 1 file 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
