From: Michał Górny Date: Tue, 11 Feb 2020 12:02:41 +0000 (+0100) Subject: net-analyzer/carl: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f70b26ac6d691437e29486d4cd9adaf00ea8b18;p=gentoo.git net-analyzer/carl: Remove py2 Signed-off-by: Michał Górny --- diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild b/net-analyzer/carl/carl-0.9-r2.ebuild index 2a253f333ee2..9b6e70a1512c 100644 --- a/net-analyzer/carl/carl-0.9-r2.ebuild +++ b/net-analyzer/carl/carl-0.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} pypy3) +PYTHON_COMPAT=( python3_6 pypy3) inherit distutils-r1