diff options
author | Cédric Krier <cedk@gentoo.org> | 2020-01-25 23:00:08 +0100 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2020-01-25 23:01:00 +0100 |
commit | d0345061f4eccb3d990ce145a80ea0e5ebfeb067 (patch) | |
tree | 436882217f64b7da5b78f242463101d9a045f83d /dev-vcs/hg-evolve | |
parent | sys-devel/crossdev: bump up to 20200125 (diff) | |
download | gentoo-d0345061f4eccb3d990ce145a80ea0e5ebfeb067.tar.gz gentoo-d0345061f4eccb3d990ce145a80ea0e5ebfeb067.tar.bz2 gentoo-d0345061f4eccb3d990ce145a80ea0e5ebfeb067.zip |
dev-vcs/hg-evolve: Add support for Python 3.6
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs/hg-evolve')
-rw-r--r-- | dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild b/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild index 4f1db8db068d..7c697729d1a6 100644 --- a/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 |