From 684da4149e6d07273f773b1367aa90876568db4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 2 Aug 2020 11:24:59 +0200 Subject: [PATCH] dev-python/subvertpy: Remove py2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index 40de035a89c50..f5e3b86695a88 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1