diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 10:47:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-12 16:28:41 +0200 |
commit | 7ac66d55054d53ebcbb6f8cd5a8f01695049e10e (patch) | |
tree | 9af72a471bb59693fce0e360641f7d292430b1f7 /mate-extra | |
parent | lxqt-base/lxqt-panel: Update for lm_sensors → lm-sensors (diff) | |
download | gentoo-7ac66d55054d53ebcbb6f8cd5a8f01695049e10e.tar.gz gentoo-7ac66d55054d53ebcbb6f8cd5a8f01695049e10e.tar.bz2 gentoo-7ac66d55054d53ebcbb6f8cd5a8f01695049e10e.zip |
mate-extra/mate-sensors-applet: Update for lm_sensors → lm-sensors
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild index 7df62276db70..1d46b635f650 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors" LICENSE="GPL-2" SLOT="0" -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia" +IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia" COMMON_DEPEND=">=dev-libs/glib-2.50:2 >=mate-base/mate-panel-1.17.0 @@ -25,7 +25,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.50:2 virtual/libintl hddtemp? ( >=app-admin/hddtemp-0.3_beta13 ) libnotify? ( >=x11-libs/libnotify-0.7 ) - lm_sensors? ( sys-apps/lm_sensors ) + lm-sensors? ( sys-apps/lm-sensors ) video_cards_nvidia? ( || ( >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] ) )" @@ -56,7 +56,7 @@ src_configure() { --disable-static \ --without-aticonfig \ $(use_enable libnotify) \ - $(use_with lm_sensors libsensors) \ + $(use_with lm-sensors libsensors) \ $(use_with video_cards_nvidia nvidia) \ ${udisks} } |