diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-10 23:30:44 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-11 00:09:46 +0100 |
commit | 90737f1f9395b06c1c8fd14d0e14e2386ab44d95 (patch) | |
tree | 91099b38b35654812e0538a82472a2ef16e25f76 /sys-apps/logwatch | |
parent | net-mail/pop2imap: Fix dependency on dev-perl/Date-Manip (diff) | |
download | gentoo-90737f1f9395b06c1c8fd14d0e14e2386ab44d95.tar.gz gentoo-90737f1f9395b06c1c8fd14d0e14e2386ab44d95.tar.bz2 gentoo-90737f1f9395b06c1c8fd14d0e14e2386ab44d95.zip |
sys-apps/logwatch: Fix dependency on dev-perl/Date-Manip
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-apps/logwatch')
-rw-r--r-- | sys-apps/logwatch/logwatch-7.4.0_p170-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-7.4.1.ebuild | 4 | ||||
-rw-r--r-- | 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 27712ae9f511..126299ea6357 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 15fe8b2302be..e0213470b90d 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 9618d77b447c..454da10e06d8 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" |