diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2021-03-11 22:47:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-12 17:17:23 +0200 |
commit | 0c759708f88a0c23bd5615bb5db99ffb8dfbd4c6 (patch) | |
tree | aa69f67037a00fbe9a3fc0684dba05348a951943 /dev-vcs | |
parent | www-client/seamonkey: EAPI-7 bump, use https, missing desktop.eclass (diff) | |
download | gentoo-0c759708f88a0c23bd5615bb5db99ffb8dfbd4c6.tar.gz gentoo-0c759708f88a0c23bd5615bb5db99ffb8dfbd4c6.tar.bz2 gentoo-0c759708f88a0c23bd5615bb5db99ffb8dfbd4c6.zip |
dev-vcs/tortoisehg: 5.7 add PYTHON_COMPAT python3_9
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.7.ebuild index c21be87b9ac7..439a13c2c812 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.7.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.7.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} ) DISTUTILS_USE_SETUPTOOLS=no |