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-wireless/kismetdb/
Date: Thu, 06 Feb 2020 06:18:40
Message-Id: 1580969772.e786847fb95feba3e072ce53d76437adc92d2cc3.mgorny@gentoo
1 commit: e786847fb95feba3e072ce53d76437adc92d2cc3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 06:01:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 06:16:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e786847f
7
8 net-wireless/kismetdb: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/kismetdb/kismetdb-2019.05.05.ebuild | 4 ++--
13 net-wireless/kismetdb/kismetdb-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild b/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
17 index a0a5fee7f90..bc8b41e5efe 100644
18 --- a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
19 +++ b/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2019 Gentoo Authors
22 +# Copyright 2019-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7} )
29 inherit distutils-r1
30
31 DESCRIPTION="Kismetdb database log helper library"
32
33 diff --git a/net-wireless/kismetdb/kismetdb-9999.ebuild b/net-wireless/kismetdb/kismetdb-9999.ebuild
34 index a0a5fee7f90..bc8b41e5efe 100644
35 --- a/net-wireless/kismetdb/kismetdb-9999.ebuild
36 +++ b/net-wireless/kismetdb/kismetdb-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 2019 Gentoo Authors
39 +# Copyright 2019-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
45 +PYTHON_COMPAT=( python3_{6,7} )
46 inherit distutils-r1
47
48 DESCRIPTION="Kismetdb database log helper library"