diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2021-07-18 15:38:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-20 13:25:19 +0300 |
commit | 06f4194048de2ced248d09a6be0d23434d7cfc98 (patch) | |
tree | 67aefa8e31147251c86a6caff578a922b6738831 | |
parent | dev-vcs/tortoisehg: 5.8.1 version bump (diff) | |
download | gentoo-06f4194048de2ced248d09a6be0d23434d7cfc98.tar.gz gentoo-06f4194048de2ced248d09a6be0d23434d7cfc98.tar.bz2 gentoo-06f4194048de2ced248d09a6be0d23434d7cfc98.zip |
dev-vcs/tortoisehg: PYTHON_COMPAT update
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/21700
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.8.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild index f54b981fe3da..702819ea4b0b 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=no diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index f54b981fe3da..702819ea4b0b 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=no |