diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 19:57:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:02:38 +0200 |
commit | 0cc8116f61e8b8124821582392945d5e88f41634 (patch) | |
tree | 0cf605d812178d6216a5195a281e456e9f8f84a1 | |
parent | app-misc/tracker-miners: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-0cc8116f61e8b8124821582392945d5e88f41634.tar.gz gentoo-0cc8116f61e8b8124821582392945d5e88f41634.tar.bz2 gentoo-0cc8116f61e8b8124821582392945d5e88f41634.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.ebuild | 4 |
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 |