summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 10:47:56 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-12 16:28:44 +0200
commit57c7df860ebdf0541ce9c6f52c75ed9a9c2df1c0 (patch)
tree0d5d0949044f3902db4ef7a949a6fab893c8dc19 /net-analyzer/net-snmp/net-snmp-99999999.ebuild
parentmedia-plugins/vdr-systeminfo: Update for lm_sensors → lm-sensors (diff)
downloadgentoo-57c7df860ebdf0541ce9c6f52c75ed9a9c2df1c0.tar.gz
gentoo-57c7df860ebdf0541ce9c6f52c75ed9a9c2df1c0.tar.bz2
gentoo-57c7df860ebdf0541ce9c6f52c75ed9a9c2df1c0.zip
net-analyzer/net-snmp: Update for lm_sensors → lm-sensors
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-99999999.ebuild')
-rw-r--r--net-analyzer/net-snmp/net-snmp-99999999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
index f899de08b525..c6deae576b94 100644
--- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
@@ -23,7 +23,7 @@ LICENSE="HPND BSD GPL-2"
SLOT="0/35"
KEYWORDS=""
IUSE="
- X bzip2 doc elf kmem ipv6 libressl lm_sensors mfd-rewrites minimal mysql
+ X bzip2 doc elf kmem ipv6 libressl lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib
"
REQUIRED_USE="
@@ -34,7 +34,7 @@ REQUIRED_USE="
COMMON_DEPEND="
bzip2? ( app-arch/bzip2 )
elf? ( dev-libs/elfutils )
- lm_sensors? ( sys-apps/lm_sensors )
+ lm-sensors? ( sys-apps/lm-sensors )
mysql? ( dev-db/mysql-connector-c:0= )
netlink? ( dev-libs/libnl:3 )
pcap? ( net-libs/libpcap )
@@ -101,7 +101,7 @@ src_prepare() {
src_configure() {
# keep this in the same line, configure.ac arguments are passed down to config.h
local mibs="host ucd-snmp/dlmod ucd-snmp/diskio ucd-snmp/extensible mibII/mta_sendmail etherlike-mib/dot3StatsTable"
- use lm_sensors && mibs="${mibs} ucd-snmp/lmsensorsMib"
+ use lm-sensors && mibs="${mibs} ucd-snmp/lmsensorsMib"
use smux && mibs="${mibs} smux"
# Assume /etc/mtab is not present with a recent baselayout/openrc (bug #565136)