From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 992BF138334 for ; Thu, 12 Sep 2019 17:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 414A5E09BF; Thu, 12 Sep 2019 17:35:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C59E0E09BF for ; Thu, 12 Sep 2019 17:35:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 988E334B0C5 for ; Thu, 12 Sep 2019 17:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7200A8 for ; Thu, 12 Sep 2019 17:35:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1568309715.c3f458ae96777788126f56c02c517a42ca0cfcf8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/ksysguard/ksysguard-9999.ebuild X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3f458ae96777788126f56c02c517a42ca0cfcf8 X-VCS-Branch: master Date: Thu, 12 Sep 2019 17:35:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14f9d851-ba15-486f-bc83-6bc6f787415f X-Archives-Hash: c2ff614234a28ae93567d1c681ed40fd commit: c3f458ae96777788126f56c02c517a42ca0cfcf8 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 08:47:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 12 17:35:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3f458ae kde-plasma/ksysguard: Update for lm_sensors → lm-sensors Signed-off-by: Michał Górny gentoo.org> kde-plasma/ksysguard/ksysguard-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild b/kde-plasma/ksysguard/ksysguard-9999.ebuild index 568cd7b137..ca16702aa2 100644 --- a/kde-plasma/ksysguard/ksysguard-9999.ebuild +++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" KEYWORDS="" -IUSE="lm_sensors" +IUSE="lm-sensors" DEPEND=" $(add_frameworks_dep kcompletion) @@ -32,13 +32,13 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - lm_sensors? ( sys-apps/lm_sensors:= ) + lm-sensors? ( sys-apps/lm-sensors:= ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package lm_sensors Sensors) + $(cmake-utils_use_find_package lm-sensors Sensors) ) kde5_src_configure