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 86046138334 for ; Wed, 11 Sep 2019 10:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B877E0B23; Wed, 11 Sep 2019 09:56:56 +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 E0FC3E0B1E for ; Wed, 11 Sep 2019 09:56:55 +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 8F87734B026; Wed, 11 Sep 2019 09:56:54 +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 24/25] =?UTF-8?q?x11-plugins/wmgtemp:=20Update=20for=20lm?= =?UTF-8?q?=5Fsensors=20=E2=86=92=20lm-sensors?= Date: Wed, 11 Sep 2019 11:56:18 +0200 Message-Id: <20190911095619.46317-25-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: 3d5e9624-3993-4084-9a9e-7877130ea18a X-Archives-Hash: 772e0b7b06622f70c6dd10550bbedd8c Signed-off-by: Michał Górny --- x11-plugins/wmgtemp/metadata.xml | 2 +- x11-plugins/wmgtemp/wmgtemp-1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmgtemp/metadata.xml b/x11-plugins/wmgtemp/metadata.xml index 6573fee387af..f8e691047dac 100644 --- a/x11-plugins/wmgtemp/metadata.xml +++ b/x11-plugins/wmgtemp/metadata.xml @@ -8,7 +8,7 @@ wmgtemp is a dock-app for Window Maker that graphically displays the CPU and -System temperatures using the lm_sensors package. It was originally intended to +System temperatures using the lm-sensors package. It was originally intended to work with the VIA686A chipset although it can dynamically detect chipset features to work with other sensors. It displays the CPU and System temperature values, a scaling graph of temperature history, and high-temperature warning diff --git a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild index f857b6e048f1..5040d25087d5 100644 --- a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="sys-apps/lm_sensors:= +DEPEND="sys-apps/lm-sensors:= >=x11-libs/libdockapp-0.7:= x11-libs/libX11" RDEPEND="${DEPEND}" -- 2.23.0