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/kismet/
Date: Thu, 12 Sep 2019 14:29:11
Message-Id: 1568298526.be6c18dbbc1564f66ea22e52052e5bb8d6795114.mgorny@gentoo
1 commit: be6c18dbbc1564f66ea22e52052e5bb8d6795114
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:47:59 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 14:28:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6c18db
7
8 net-wireless/kismet: Update for lm_sensors → lm-sensors
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/kismet/kismet-2019.09.1.ebuild | 6 +++---
13 net-wireless/kismet/kismet-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-wireless/kismet/kismet-2019.09.1.ebuild b/net-wireless/kismet/kismet-2019.09.1.ebuild
17 index f6b223f22b1..491e99e9a65 100644
18 --- a/net-wireless/kismet/kismet-2019.09.1.ebuild
19 +++ b/net-wireless/kismet/kismet-2019.09.1.ebuild
20 @@ -33,7 +33,7 @@ HOMEPAGE="https://www.kismetwireless.net"
21
22 LICENSE="GPL-2"
23 SLOT="0/${PV}"
24 -IUSE="lm_sensors mousejack networkmanager +pcre selinux +suid"
25 +IUSE="lm-sensors mousejack networkmanager +pcre selinux +suid"
26 REQUIRED_USE=${PYTHON_REQUIRED_USE}
27
28 CDEPEND="
29 @@ -53,7 +53,7 @@ CDEPEND="
30 dev-libs/protobuf:=
31 dev-python/protobuf-python[${PYTHON_USEDEP}]
32 sys-libs/ncurses:=
33 - lm_sensors? ( sys-apps/lm_sensors )
34 + lm-sensors? ( sys-apps/lm-sensors )
35 pcre? ( dev-libs/libpcre )
36 suid? ( sys-libs/libcap )
37 "
38 @@ -89,7 +89,7 @@ src_prepare() {
39 src_configure() {
40 econf \
41 $(use_enable pcre) \
42 - $(use_enable lm_sensors lmsensors) \
43 + $(use_enable lm-sensors lmsensors) \
44 $(use_enable mousejack libusb) \
45 $(use_enable networkmanager libnm) \
46 --sysconfdir=/etc/kismet \
47
48 diff --git a/net-wireless/kismet/kismet-9999.ebuild b/net-wireless/kismet/kismet-9999.ebuild
49 index f6b223f22b1..491e99e9a65 100644
50 --- a/net-wireless/kismet/kismet-9999.ebuild
51 +++ b/net-wireless/kismet/kismet-9999.ebuild
52 @@ -33,7 +33,7 @@ HOMEPAGE="https://www.kismetwireless.net"
53
54 LICENSE="GPL-2"
55 SLOT="0/${PV}"
56 -IUSE="lm_sensors mousejack networkmanager +pcre selinux +suid"
57 +IUSE="lm-sensors mousejack networkmanager +pcre selinux +suid"
58 REQUIRED_USE=${PYTHON_REQUIRED_USE}
59
60 CDEPEND="
61 @@ -53,7 +53,7 @@ CDEPEND="
62 dev-libs/protobuf:=
63 dev-python/protobuf-python[${PYTHON_USEDEP}]
64 sys-libs/ncurses:=
65 - lm_sensors? ( sys-apps/lm_sensors )
66 + lm-sensors? ( sys-apps/lm-sensors )
67 pcre? ( dev-libs/libpcre )
68 suid? ( sys-libs/libcap )
69 "
70 @@ -89,7 +89,7 @@ src_prepare() {
71 src_configure() {
72 econf \
73 $(use_enable pcre) \
74 - $(use_enable lm_sensors lmsensors) \
75 + $(use_enable lm-sensors lmsensors) \
76 $(use_enable mousejack libusb) \
77 $(use_enable networkmanager libnm) \
78 --sysconfdir=/etc/kismet \