diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-13 16:29:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-13 17:26:15 -0400 |
commit | b77763cb7e9d20b6281d49ae1a838fa4a2f075bb (patch) | |
tree | 21f5b89ac30e8fae4ffec954589e7e4959119fc9 /app-misc | |
parent | profiles: Generalize glib mask (diff) | |
download | gentoo-b77763cb7e9d20b6281d49ae1a838fa4a2f075bb.tar.gz gentoo-b77763cb7e9d20b6281d49ae1a838fa4a2f075bb.tar.bz2 gentoo-b77763cb7e9d20b6281d49ae1a838fa4a2f075bb.zip |
app-misc/tracker: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tracker/tracker-2.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tracker/tracker-2.3.5.ebuild b/app-misc/tracker/tracker-2.3.5.ebuild index 4a430b59490c..0c98fe546103 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 |