From d0345061f4eccb3d990ce145a80ea0e5ebfeb067 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Krier?= Date: Sat, 25 Jan 2020 23:00:08 +0100 Subject: [PATCH] dev-vcs/hg-evolve: Add support for Python 3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Cédric Krier --- 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 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 -- 2.26.2