commit: 9a46607f17308777e83e54289b4dc3cf826d4c25
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 07:28:57 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 08:11:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a46607f
dev-perl/Email-LocalDelivery: Remove unused Test-Pod{,-Coverage} deps.
No user executable code uses this anymore.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
index cb3a96a..a2c8600 100644
--- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-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$
@@ -18,9 +18,7 @@ RDEPEND="dev-perl/Email-Simple
dev-perl/Email-FolderType
dev-perl/File-Path-Expand"
DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
+ test? ( virtual/perl-Test-Simple )
+"
SRC_TEST="do"