From f9f3c828bdaeef526b3da592687b443ec5f510c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 17:40:41 +0200 Subject: [PATCH] dev-python/scandir: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{scandir-1.10.0-r1.ebuild => scandir-1.10.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/scandir/{scandir-1.10.0-r1.ebuild => scandir-1.10.0-r2.ebuild} (93%) diff --git a/dev-python/scandir/scandir-1.10.0-r1.ebuild b/dev-python/scandir/scandir-1.10.0-r2.ebuild similarity index 93% rename from dev-python/scandir/scandir-1.10.0-r1.ebuild rename to dev-python/scandir/scandir-1.10.0-r2.ebuild index c686965ac11a4..84c1093fe8003 100644 --- a/dev-python/scandir/scandir-1.10.0-r1.ebuild +++ b/dev-python/scandir/scandir-1.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1