Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/
Date: Sun, 25 Oct 2020 15:19:05
Message-Id: 1603639132.b38d6eab16b9fb3c82791562b22e35b5c8f08ce4.zerochaos@gentoo
1 commit: b38d6eab16b9fb3c82791562b22e35b5c8f08ce4
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 15:18:52 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 15:18:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38d6eab
7
8 net-wireless/kismet: tracking upstream git
9
10 need python websockets
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/kismet/kismet-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/net-wireless/kismet/kismet-9999.ebuild b/net-wireless/kismet/kismet-9999.ebuild
19 index e62e5fa8145..ef1ead221a2 100644
20 --- a/net-wireless/kismet/kismet-9999.ebuild
21 +++ b/net-wireless/kismet/kismet-9999.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{7,8} )
28
29 inherit autotools eutils multilib python-single-r1 udev systemd
30
31 @@ -56,6 +56,7 @@ CDEPEND="
32 dev-libs/protobuf:=
33 $(python_gen_cond_dep '
34 dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}]
35 + dev-python/websockets[${PYTHON_MULTI_USEDEP}]
36 ')
37 sys-libs/ncurses:=
38 lm-sensors? ( sys-apps/lm-sensors )