Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/carl/
Date: Tue, 11 Feb 2020 12:16:39
Message-Id: 1581423372.6f70b26ac6d691437e29486d4cd9adaf00ea8b18.mgorny@gentoo
1 commit: 6f70b26ac6d691437e29486d4cd9adaf00ea8b18
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:02:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f70b26a
7
8 net-analyzer/carl: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/carl/carl-0.9-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild b/net-analyzer/carl/carl-0.9-r2.ebuild
16 index 2a253f333ee..9b6e70a1512 100644
17 --- a/net-analyzer/carl/carl-0.9-r2.ebuild
18 +++ b/net-analyzer/carl/carl-0.9-r2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_6} pypy3)
24 +PYTHON_COMPAT=( python3_6 pypy3)
25
26 inherit distutils-r1