summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2021-03-06 10:08:39 +0100
committerCédric Krier <cedk@gentoo.org>2021-03-06 10:09:04 +0100
commitae1180d8494b5725ce9d1a37e4f19d86326fd385 (patch)
tree3ba9b6fda60c21647bd5c4cbf309f08f3a19767c /dev-vcs
parentdev-vcs/hg-evolve: clean old (diff)
downloadgentoo-ae1180d8494b5725ce9d1a37e4f19d86326fd385.tar.gz
gentoo-ae1180d8494b5725ce9d1a37e4f19d86326fd385.tar.bz2
gentoo-ae1180d8494b5725ce9d1a37e4f19d86326fd385.zip
dev-vcs/hg-evolve: add support for python 3.9
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild
index 4195b19e9593..362e472bb405 100644
--- a/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild
+++ b/dev-vcs/hg-evolve/hg-evolve-10.2.0.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
inherit distutils-r1