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 A0A9159CA3 for ; Thu, 10 Mar 2016 23:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FD821C0AF; Thu, 10 Mar 2016 23:10:15 +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 110B121C09A for ; Thu, 10 Mar 2016 23:10:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F102C340B29 for ; Thu, 10 Mar 2016 23:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 570AA2337 for ; Thu, 10 Mar 2016 23:10:08 +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.90737f1f9395b06c1c8fd14d0e14e2386ab44d95.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild sys-apps/logwatch/logwatch-7.4.1.ebuild sys-apps/logwatch/logwatch-7.4.2.ebuild X-VCS-Directories: sys-apps/logwatch/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 90737f1f9395b06c1c8fd14d0e14e2386ab44d95 X-VCS-Branch: master Date: Thu, 10 Mar 2016 23:10:08 +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: a9b30b99-1ee6-44a2-91b6-6c1cafc3fe07 X-Archives-Hash: 00ad426ae8658edbd3bf73f8281ad07e commit: 90737f1f9395b06c1c8fd14d0e14e2386ab44d95 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 10 10:30:44 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=90737f1f sys-apps/logwatch: Fix dependency on dev-perl/Date-Manip Package-Manager: portage-2.2.27 sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild | 4 ++-- sys-apps/logwatch/logwatch-7.4.1.ebuild | 4 ++-- sys-apps/logwatch/logwatch-7.4.2.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild b/sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild index 27712ae..126299e 100644 --- a/sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild +++ b/sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ RDEPEND="virtual/cron virtual/mailx dev-lang/perl dev-perl/Date-Calc - dev-perl/DateManip + dev-perl/Date-Manip dev-perl/Tie-IxHash dev-perl/Sys-CPU dev-perl/Sys-MemInfo" diff --git a/sys-apps/logwatch/logwatch-7.4.1.ebuild b/sys-apps/logwatch/logwatch-7.4.1.ebuild index 15fe8b2..e021347 100644 --- a/sys-apps/logwatch/logwatch-7.4.1.ebuild +++ b/sys-apps/logwatch/logwatch-7.4.1.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$ @@ -21,7 +21,7 @@ RDEPEND="virtual/cron virtual/mailx dev-lang/perl dev-perl/Date-Calc - dev-perl/DateManip + dev-perl/Date-Manip dev-perl/Tie-IxHash dev-perl/Sys-CPU dev-perl/Sys-MemInfo" diff --git a/sys-apps/logwatch/logwatch-7.4.2.ebuild b/sys-apps/logwatch/logwatch-7.4.2.ebuild index 9618d77..454da10 100644 --- a/sys-apps/logwatch/logwatch-7.4.2.ebuild +++ b/sys-apps/logwatch/logwatch-7.4.2.ebuild @@ -21,7 +21,7 @@ RDEPEND="virtual/cron virtual/mailx dev-lang/perl dev-perl/Date-Calc - dev-perl/DateManip + dev-perl/Date-Manip dev-perl/Tie-IxHash dev-perl/Sys-CPU dev-perl/Sys-MemInfo"