From aa5ff3a94b4a672ef36adfd2381e96245fa33204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 19 Sep 2020 23:24:46 +0200 Subject: [PATCH] dev-vcs/hg-evolve: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{hg-evolve-10.0.2.ebuild => hg-evolve-10.0.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-vcs/hg-evolve/{hg-evolve-10.0.2.ebuild => hg-evolve-10.0.2-r1.ebuild} (94%) diff --git a/dev-vcs/hg-evolve/hg-evolve-10.0.2.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild similarity index 94% rename from dev-vcs/hg-evolve/hg-evolve-10.0.2.ebuild rename to dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild index 6ac77b0d8610f..86f87960d3a9c 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.0.2.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild @@ -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