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-misc/xsensors/
Date: Thu, 12 Sep 2019 14:29:12
Message-Id: 1568298531.ae645e2e4e5a7f2a175e18a7957e3afc6547ed63.mgorny@gentoo
1 commit: ae645e2e4e5a7f2a175e18a7957e3afc6547ed63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:48:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 14:28:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae645e2e
7
8 x11-misc/xsensors: Update for lm_sensors → lm-sensors
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/xsensors/xsensors-0.70-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/xsensors/xsensors-0.70-r1.ebuild b/x11-misc/xsensors/xsensors-0.70-r1.ebuild
16 index 344c180cf8e..bcca5da249e 100644
17 --- a/x11-misc/xsensors/xsensors-0.70-r1.ebuild
18 +++ b/x11-misc/xsensors/xsensors-0.70-r1.ebuild
19 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
20 IUSE=""
21
22 RDEPEND="x11-libs/gtk+:2
23 - >=sys-apps/lm_sensors-3"
24 + >=sys-apps/lm-sensors-3"
25 DEPEND="${RDEPEND}
26 virtual/pkgconfig"