From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8301A59CA3 for ; Thu, 10 Mar 2016 23:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1029D21C089; Thu, 10 Mar 2016 23:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFDAA21C06A for ; Thu, 10 Mar 2016 23:10:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EB9340A9C for ; Thu, 10 Mar 2016 23:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE672320 for ; Thu, 10 Mar 2016 23:10:07 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1457651386.3dea3f8018c4414b3affc851d87245c04e597acd.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv-status/mythtv-status-0.10.4.ebuild X-VCS-Directories: media-tv/mythtv-status/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 3dea3f8018c4414b3affc851d87245c04e597acd X-VCS-Branch: master Date: Thu, 10 Mar 2016 23:10:07 +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-Archives-Salt: 29e2e2a6-23ee-4b48-9817-ee92026089ae X-Archives-Hash: e83ad242f84dcf4e54668c5ef8378822 commit: 3dea3f8018c4414b3affc851d87245c04e597acd Author: Kent Fredric gmail com> AuthorDate: Thu Mar 10 10:21:55 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Mar 10 23:09:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dea3f80 media-tv/mythtv-status: Fix dependency on dev-perl/Date-Manip Package-Manager: portage-2.2.27 media-tv/mythtv-status/mythtv-status-0.10.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild index 7431fd8..51df299 100644 --- a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild +++ b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" DEPEND=" dev-perl/libwww-perl dev-perl/XML-LibXML - dev-perl/DateManip + dev-perl/Date-Manip dev-perl/MIME-tools dev-perl/Sys-SigAction dev-perl/Config-Auto