Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/carl/
Date: Mon, 10 Jul 2017 12:56:27
Message-Id: 1499691348.930a3345f94b8619967dc6ab70a05d9b61d91473.klausman@gentoo
1 commit: 930a3345f94b8619967dc6ab70a05d9b61d91473
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 12:55:48 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 12:55:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930a3345
7
8 net-analyzer/carl: Enable Python 3.5 support
9
10 net-analyzer/carl/{carl-0.9-r1.ebuild => carl-0.9-r2.ebuild} | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-analyzer/carl/carl-0.9-r1.ebuild b/net-analyzer/carl/carl-0.9-r2.ebuild
14 similarity index 78%
15 rename from net-analyzer/carl/carl-0.9-r1.ebuild
16 rename to net-analyzer/carl/carl-0.9-r2.ebuild
17 index f44d7e2ce6c..f2118fd8ffd 100644
18 --- a/net-analyzer/carl/carl-0.9-r1.ebuild
19 +++ b/net-analyzer/carl/carl-0.9-r2.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3)
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3)
28
29 inherit distutils-r1