diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 19:55:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:02:38 +0200 |
commit | 766f17c0f0d34bb92a28cd75ad675c79e49ae2dd (patch) | |
tree | c05a01969b43b840e9f2ae02368e136db85186d0 /app-misc | |
parent | app-misc/bijiben: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-766f17c0f0d34bb92a28cd75ad675c79e49ae2dd.tar.gz gentoo-766f17c0f0d34bb92a28cd75ad675c79e49ae2dd.tar.bz2 gentoo-766f17c0f0d34bb92a28cd75ad675c79e49ae2dd.zip |
app-misc/tracker-miners: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845528
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild index 804672ef7215..ed625d539a31 100644 --- a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild +++ b/app-misc/tracker-miners/tracker-miners-2.3.5-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} ) inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg |