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 968B7138334 for ; Thu, 12 Sep 2019 14:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18121E0950; Thu, 12 Sep 2019 14:29:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F2D33E0950 for ; Thu, 12 Sep 2019 14:29:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41EF634B0BC for ; Thu, 12 Sep 2019 14:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EADCF7F8 for ; Thu, 12 Sep 2019 14:28:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568298521.7ac66d55054d53ebcbb6f8cd5a8f01695049e10e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild X-VCS-Directories: mate-extra/mate-sensors-applet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7ac66d55054d53ebcbb6f8cd5a8f01695049e10e X-VCS-Branch: master Date: Thu, 12 Sep 2019 14:28:57 +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: 0706571d-a9ac-4962-b441-f88eb0cd9796 X-Archives-Hash: a1220e25331e9993edcba1e866684725 commit: 7ac66d55054d53ebcbb6f8cd5a8f01695049e10e Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 08:47:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 12 14:28:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac66d55 mate-extra/mate-sensors-applet: Update for lm_sensors → lm-sensors Signed-off-by: Michał Górny gentoo.org> mate-extra/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 7df62276db7..1d46b635f65 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} }