diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 00:43:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:09:14 +0200 |
commit | ba0e082d574cb3c0239fc9249afd84e0a8d97e1a (patch) | |
tree | 82d1c8ffde1e8ea8d345cb12b362d9db4dbf7651 /kde-plasma | |
parent | kde-apps/solid-runtime: Drop 4.14.3 (diff) | |
download | kde-sunset-ba0e082d574cb3c0239fc9249afd84e0a8d97e1a.tar.gz kde-sunset-ba0e082d574cb3c0239fc9249afd84e0a8d97e1a.tar.bz2 kde-sunset-ba0e082d574cb3c0239fc9249afd84e0a8d97e1a.zip |
*/*: Follow-up pkg backflip from sys-apps/lm_sensors to sys-apps/lm-sensors
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-4.11.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-plasma/ksysguard/ksysguard-4.11.22.ebuild b/kde-plasma/ksysguard/ksysguard-4.11.22.ebuild index d10d341f..88e114ed 100644 --- a/kde-plasma/ksysguard/ksysguard-4.11.22.ebuild +++ b/kde-plasma/ksysguard/ksysguard-4.11.22.ebuild @@ -13,13 +13,13 @@ inherit kde4-meta DESCRIPTION="Network-enabled task manager and system monitor" HOMEPAGE+=" https://userbase.kde.org/KSysGuard" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="debug lm_sensors test" +IUSE="debug lm-sensors test" DEPEND=" sys-libs/zlib x11-libs/libX11 x11-libs/libXres - lm_sensors? ( sys-apps/lm_sensors ) + lm-sensors? ( sys-apps/lm-sensors ) " RDEPEND="${DEPEND}" @@ -32,7 +32,7 @@ KMEXTRA=" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with lm_sensors Sensors) + $(cmake-utils_use_with lm-sensors Sensors) ) kde4-meta_src_configure |