summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-24 19:14:27 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-24 19:14:40 +1300
commitc204ae29381ea1aa344aba5501f47e9a2d7f2135 (patch)
tree9b51a67a5a2f69c4a7113e438a270a625934c2bd /dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
parentnet-dns/bind-tools: stable 9.11.1_p3 for hppa, bug #623154 (diff)
downloadgentoo-c204ae29381ea1aa344aba5501f47e9a2d7f2135.tar.gz
gentoo-c204ae29381ea1aa344aba5501f47e9a2d7f2135.tar.bz2
gentoo-c204ae29381ea1aa344aba5501f47e9a2d7f2135.zip
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
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild')
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
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 7fe36dbbefe7..c37add1045aa 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
+}