dev-vcs/hg-evolve: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-19 23:24:46 +02:00
parent fc47cbe691
commit aa5ff3a94b

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6..8} )
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1