commit: b77763cb7e9d20b6281d49ae1a838fa4a2f075bb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 20:29:38 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 21:26:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77763cb
app-misc/tracker: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-misc/tracker/tracker-2.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/tracker/tracker-2.3.5.ebuild
b/app-misc/tracker/tracker-2.3.5.ebuild
index 4a430b59490..0c98fe54610 100644
--- a/app-misc/tracker/tracker-2.3.5.ebuild
+++ b/app-misc/tracker/tracker-2.3.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
VALA_MIN_API_VERSION="0.40"
inherit bash-completion-r1 gnome.org gnome2-utils linux-info meson
python-any-r1 systemd vala xdg