summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-12-05 02:55:21 +1300
committerKent Fredric <kentnl@gentoo.org>2016-12-05 02:56:29 +1300
commit36f547aa2da7f93e974ae34b89248d86b07e4455 (patch)
treea0bc4c89c95c37005d4d7d2b6e27e26cd5a6e26e
parentdev-java/japitools: Fix classpath adjustment, broken by eclass change (diff)
downloadgentoo-36f547aa.tar.gz
gentoo-36f547aa.tar.bz2
gentoo-36f547aa.zip
dev-perl/Cache-Cache: Disable parallel testing
Parallel testing causes tests to fail on a regular basis. Bug: https://rt.cpan.org/Ticket/Display.html?id=92600 Package-Manager: portage-2.3.2
-rw-r--r--dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild b/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
index dfd7d8729bf0..b5ad97eec13e 100644
--- a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
+++ b/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
@@ -24,3 +24,6 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
+# https://rt.cpan.org/Ticket/Display.html?id=92600
+# Parallel testing causes failure
+DIST_TEST="do"