commit:     8a68949c8b2a3917ccf0271e30b3a69185df68dd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 08:19:06 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 08:19:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a68949c

dev-perl/Error: Remove POD Author Tests

Can be at best harmful for end users, removing these
reduces spurious failures and simplifies dependency trees
and stabilization.

Fixes broken arm64 dependency

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"

 dev-perl/Error/Error-0.170.240.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Error/Error-0.170.240.ebuild 
b/dev-perl/Error/Error-0.170.240.ebuild
index a51f34e..0055a9a 100644
--- a/dev-perl/Error/Error-0.170.240.ebuild
+++ b/dev-perl/Error/Error-0.170.240.ebuild
@@ -21,9 +21,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.280.801
        test? (
-               >=dev-perl/Test-Pod-1.140.0
-               >=dev-perl/Test-Pod-Coverage-1.40.0
+               virtual/perl-Test-Simple
        )
 "
 
 SRC_TEST="do parallel"
+
+src_test() {
+       perl_rm_files t/pod-coverage.t t/pod.t
+       perl-module_src_test
+}

Reply via email to