commit:     c204ae29381ea1aa344aba5501f47e9a2d7f2135
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:14:27 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 06:14:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c204ae29

dev-perl/HTTP-Server-Simple-Mason: Fix parallel test failure bug #623112

Closes: https://bugs.gentoo.org/623112
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTTP-Server-Simple-Mason-0.140.0-r1.ebuild                     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild 
b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
index 7fe36dbbefe..c37add1045a 100644
--- 
a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
+++ 
b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
@@ -22,8 +22,15 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+# Parallel failures,
+# https://bugs.gentoo.org/623112
+DIST_TEST="do"
 src_prepare() {
        sed -i -e 's/use inc::Module::Install/use lib q[.]; use 
inc::Module::Install/' Makefile.PL ||
                die "Can't patch Makefile.PL for 5.26 dot-in-inc"
        perl-module_src_prepare
 }
+src_test() {
+       perl_rm_files t/02pod.t t/03podcoverage.t
+       perl-module_src_test
+}

Reply via email to