commit: d0345061f4eccb3d990ce145a80ea0e5ebfeb067 Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 22:00:08 2020 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 22:01:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0345061
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 <AT> gentoo.org> dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild | 4 ++-- 1 file 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 4f1db8db068..7c697729d1a 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
