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 7D1FB138335 for ; Thu, 12 Sep 2019 14:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA010E094B; Thu, 12 Sep 2019 14:29:04 +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 0309FE0948 for ; Thu, 12 Sep 2019 14:29:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9956034B0C8 for ; Thu, 12 Sep 2019 14:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E7557FA for ; Thu, 12 Sep 2019 14:28:58 +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: <1568298523.105b27e325489cfdc30879772a0567314cd193f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-systeminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild X-VCS-Directories: media-plugins/vdr-systeminfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 105b27e325489cfdc30879772a0567314cd193f7 X-VCS-Branch: master Date: Thu, 12 Sep 2019 14:28:58 +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: ca75a5c1-3b28-4fa5-b481-6a5058837ea3 X-Archives-Hash: 6225e0200b1f5e8babad4d52510063ff commit: 105b27e325489cfdc30879772a0567314cd193f7 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 08:47:54 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 12 14:28:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105b27e3 media-plugins/vdr-systeminfo: Update for lm_sensors → lm-sensors Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild | 2 +- media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild | 2 +- media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild index 66943d969fc..1932274f9e3 100644 --- a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild +++ b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild @@ -16,7 +16,7 @@ IUSE="" DEPEND=">=media-video/vdr-1.4.7" -RDEPEND="sys-apps/lm_sensors +RDEPEND="sys-apps/lm-sensors app-admin/hddtemp" src_install() { diff --git a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild index 191ef0061a3..1380ceb1300 100644 --- a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild +++ b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild @@ -16,7 +16,7 @@ IUSE="" DEPEND=">=media-video/vdr-1.4.7" -RDEPEND="sys-apps/lm_sensors +RDEPEND="sys-apps/lm-sensors app-admin/hddtemp" src_prepare() { diff --git a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild index f7811e2baa2..d09299bc8a3 100644 --- a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild +++ b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.4.ebuild @@ -16,7 +16,7 @@ IUSE="" DEPEND=">=media-video/vdr-2" -RDEPEND="sys-apps/lm_sensors +RDEPEND="sys-apps/lm-sensors app-admin/hddtemp" src_prepare() {