commit:     59f7474260e5bd246aadfcbd3c3f843f16d3c33b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 08:33:06 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 08:33:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=59f74742

[fixup] Catalyst-Plugin-Session-Store-DBI: Fix parallel test failures

Package-Manager: portage-2.2.17

 .../Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild        | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
 
b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
index 89c1863..ebab3fb 100644
--- 
a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
+++ 
b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
@@ -15,6 +15,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
+PERL_RM_FILES=(
+       t/02pod.t
+       t/03podcoverage.t
+       t/04critic.t
+)
+PERL_RESTRICT="parallel-test"
 RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
        >=dev-perl/Catalyst-Plugin-Session-0.270.0
        dev-perl/DBI
@@ -22,4 +28,6 @@ RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
        virtual/perl-Storable
        dev-perl/MRO-Compat"
 DEPEND="${RDEPEND}
-       test? ( virtual/perl-Test-Simple )"
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+       test? ( virtual/perl-Test-Simple )
+"

Reply via email to