commit: 6f70b26ac6d691437e29486d4cd9adaf00ea8b18
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:02:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f70b26a
net-analyzer/carl: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/carl/carl-0.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild
b/net-analyzer/carl/carl-0.9-r2.ebuild
index 2a253f333ee..9b6e70a1512 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