From d79ea18b62e5ab574c68f26495689dc3d894ea50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 13:48:21 +0100 Subject: [PATCH] dev-python/eradicate: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/eradicate/eradicate-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/eradicate/eradicate-0.2.1.ebuild b/dev-python/eradicate/eradicate-0.2.1.ebuild index 2671a4917c0d7..8a3d4a5273a7e 100644 --- a/dev-python/eradicate/eradicate-0.2.1.ebuild +++ b/dev-python/eradicate/eradicate-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1