Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgtemp/
Date: Thu, 12 Sep 2019 14:29:15
Message-Id: 1568298532.64ef8012dbdad0e01ff3eeeade9023ea2837fedd.mgorny@gentoo
1 commit: 64ef8012dbdad0e01ff3eeeade9023ea2837fedd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:48:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 14:28:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ef8012
7
8 x11-plugins/wmgtemp: Update for lm_sensors → lm-sensors
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-plugins/wmgtemp/metadata.xml | 2 +-
13 x11-plugins/wmgtemp/wmgtemp-1.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/wmgtemp/metadata.xml b/x11-plugins/wmgtemp/metadata.xml
17 index 6573fee387a..f8e691047da 100644
18 --- a/x11-plugins/wmgtemp/metadata.xml
19 +++ b/x11-plugins/wmgtemp/metadata.xml
20 @@ -8,7 +8,7 @@
21
22 <longdescription>
23 wmgtemp is a dock-app for Window Maker that graphically displays the CPU and
24 -System temperatures using the lm_sensors package. It was originally intended to
25 +System temperatures using the lm-sensors package. It was originally intended to
26 work with the VIA686A chipset although it can dynamically detect chipset
27 features to work with other sensors. It displays the CPU and System temperature
28 values, a scaling graph of temperature history, and high-temperature warning
29
30 diff --git a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild
31 index f857b6e048f..5040d25087d 100644
32 --- a/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild
33 +++ b/x11-plugins/wmgtemp/wmgtemp-1.2.ebuild
34 @@ -12,7 +12,7 @@ SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 -DEPEND="sys-apps/lm_sensors:=
39 +DEPEND="sys-apps/lm-sensors:=
40 >=x11-libs/libdockapp-0.7:=
41 x11-libs/libX11"
42 RDEPEND="${DEPEND}"