commit: 3eaa8a75142a648da13d4bdd4685669d949cb117
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 03:29:24 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 03:29:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa8a75
dev-perl/Test-Warn: Remove POD Author tests
This slightly improves the keywording situation on arm64, s390 and sh,
and reduces the dependency tree from unnecessary complexity for everyone else.
( arm64, s390 and sh are all still unsatisfied for Sub-UpLevel )
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm hppa ia64 m68k
mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild
b/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild
index c4fd0ee..d5e3965 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.240.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,7 +18,11 @@ RDEPEND=">=dev-perl/Sub-Uplevel-0.12
dev-perl/Tree-DAG_Node
virtual/perl-Test-Simple
virtual/perl-File-Spec"
-DEPEND="test? ( ${RDEPEND}
- dev-perl/Test-Pod )"
+DEPEND="test? ( ${RDEPEND} )"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/pod.t
+ perl-module_src_test
+}