From: Michał Górny Date: Thu, 19 Mar 2020 08:51:01 +0000 (+0100) Subject: app-portage/overlint: Drop py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cd9c915fa8484525602e43ea4f3567fb0eb1980;p=gentoo.git app-portage/overlint: Drop py2 Signed-off-by: Michał Górny --- diff --git a/app-portage/overlint/overlint-0.5.3-r1.ebuild b/app-portage/overlint/overlint-0.5.3-r1.ebuild index 644952c2c6d9..e43431ab544c 100644 --- a/app-portage/overlint/overlint-0.5.3-r1.ebuild +++ b/app-portage/overlint/overlint-0.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1