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 B6E7B138334 for ; Wed, 11 Sep 2019 10:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE33E0A00; Wed, 11 Sep 2019 09:56:40 +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 059ACE09FB for ; Wed, 11 Sep 2019 09:56:39 +0000 (UTC) Received: from localhost.localdomain (c134-66.icpnet.pl [85.221.134.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 98D0934B037; Wed, 11 Sep 2019 09:56:38 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 11/25] =?UTF-8?q?kde-plasma/ksysguard:=20Update=20for=20lm?= =?UTF-8?q?=5Fsensors=20=E2=86=92=20lm-sensors?= Date: Wed, 11 Sep 2019 11:56:05 +0200 Message-Id: <20190911095619.46317-12-mgorny@gentoo.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190911095619.46317-1-mgorny@gentoo.org> References: <20190911095619.46317-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 23b18cbf-5cbf-4851-88c9-e0e23be21489 X-Archives-Hash: fbf563030c47f02248b732af30e2cc0f Signed-off-by: Michał Górny --- kde-plasma/ksysguard/ksysguard-5.15.5.ebuild | 6 +++--- kde-plasma/ksysguard/ksysguard-5.16.5.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-plasma/ksysguard/ksysguard-5.15.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.15.5.ebuild index e8a0d00137e7..0a4f54edf90f 100644 --- a/kde-plasma/ksysguard/ksysguard-5.15.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.15.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" KEYWORDS="amd64 ~arm arm64 x86" -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 diff --git a/kde-plasma/ksysguard/ksysguard-5.16.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.16.5.ebuild index dc21acd63e69..b85ffb962120 100644 --- a/kde-plasma/ksysguard/ksysguard-5.16.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.16.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -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 -- 2.23.0