summaryrefslogtreecommitdiff
path: root/app-admin/sysstat/sysstat-12.1.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:45:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:45:37 +0100
commita1392efe64137262023d92492396ca9156d22396 (patch)
treede438b2711c7697c4597fb04f07e988586f34233 /app-admin/sysstat/sysstat-12.1.6.ebuild
parente3cf2c86fca1750343c1885311f857f185ee4f2d (diff)
gentoo resync : 13.09.2019
Diffstat (limited to 'app-admin/sysstat/sysstat-12.1.6.ebuild')
-rw-r--r--app-admin/sysstat/sysstat-12.1.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/sysstat/sysstat-12.1.6.ebuild b/app-admin/sysstat/sysstat-12.1.6.ebuild
index fd3a1dd527e7..79183431381f 100644
--- a/app-admin/sysstat/sysstat-12.1.6.ebuild
+++ b/app-admin/sysstat/sysstat-12.1.6.ebuild
@@ -11,11 +11,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
-IUSE="debug nls lm_sensors selinux static"
+IUSE="debug nls lm-sensors selinux static"
CDEPEND="
nls? ( virtual/libintl )
- lm_sensors? ( sys-apps/lm_sensors:= )
+ lm-sensors? ( sys-apps/lm-sensors:= )
"
DEPEND="
${CDEPEND}
@@ -54,7 +54,7 @@ src_configure() {
conf_dir=/etc \
econf \
$(use_enable debug debuginfo) \
- $(use_enable lm_sensors sensors) \
+ $(use_enable lm-sensors sensors) \
$(use_enable nls) \
--enable-copy-only \
--enable-documentation \