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 6DEC9138334 for ; Wed, 11 Sep 2019 10:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBC6E0A68; Wed, 11 Sep 2019 09:56:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 872BDE0A63 for ; Wed, 11 Sep 2019 09:56:42 +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 131F534B03C; Wed, 11 Sep 2019 09:56:40 +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 13/25] =?UTF-8?q?mate-extra/mate-sensors-applet:=20Update?= =?UTF-8?q?=20for=20lm=5Fsensors=20=E2=86=92=20lm-sensors?= Date: Wed, 11 Sep 2019 11:56:07 +0200 Message-Id: <20190911095619.46317-14-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: eb0eba52-5021-4a07-b0be-3054002aa7fb X-Archives-Hash: 43bacbe1ca53a15a6986f92c2e3b7c92 Signed-off-by: Michał Górny --- .../mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild | 6 +++--- 1 file 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} } -- 2.23.0