From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0E724138D01 for ; Sat, 20 Jun 2015 09:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22367E07A7; Sat, 20 Jun 2015 09:37:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B9C8E07A7 for ; Sat, 20 Jun 2015 09:37:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC7B4340CD0 for ; Sat, 20 Jun 2015 09:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D650A4D for ; Sat, 20 Jun 2015 09:37:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1434789186.59f7474260e5bd246aadfcbd3c3f843f16d3c33b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-DBI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild X-VCS-Directories: dev-perl/Catalyst-Plugin-Session-Store-DBI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 59f7474260e5bd246aadfcbd3c3f843f16d3c33b X-VCS-Branch: master Date: Sat, 20 Jun 2015 09:37:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 968da99b-e3a3-44d2-aee4-cd338bf89e04 X-Archives-Hash: 21ad3b4634f584a8c899d1fc94a40e99 commit: 59f7474260e5bd246aadfcbd3c3f843f16d3c33b Author: Kent Fredric gmail com> AuthorDate: Sat Jun 20 08:33:06 2015 +0000 Commit: Kent Fredric gmail 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 ) +"