From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86310139085 for ; Thu, 2 Feb 2017 00:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0AD21C1E8; Thu, 2 Feb 2017 00:26:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B49921C1E8 for ; Thu, 2 Feb 2017 00:26:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70DB5340C9D for ; Thu, 2 Feb 2017 00:26:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38FC13DBF for ; Thu, 2 Feb 2017 00:26:23 +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: <1485995165.90cf2646e546668d7f07ccbad70800a322ebc816.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild X-VCS-Directories: dev-perl/Apache-AuthCookie/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 90cf2646e546668d7f07ccbad70800a322ebc816 X-VCS-Branch: master Date: Thu, 2 Feb 2017 00:26:23 +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: e6596899-8f85-4df4-acd5-052c7518de30 X-Archives-Hash: 36d3265f9a92db99a63d6117092343d2 commit: 90cf2646e546668d7f07ccbad70800a322ebc816 Author: Kent Fredric gentoo org> AuthorDate: Thu Feb 2 00:25:40 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Feb 2 00:26:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cf2646 dev-perl/Apache-AuthCookie: Block against www-apache/mpm_itk with USE=test re bug #607970 Tests still fail for me (Test::More looks to be the culprit), but they actually run now instead of blocking while the server starts. Bug: https://bugs.gentoo.org/607970 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild | 7 +++++-- dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild | 7 +++++-- dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild | 3 ++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild index 90a0717..542bd59 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,10 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker - test? ( >=dev-perl/Apache-Test-1.390.0 ) + test? ( + >=dev-perl/Apache-Test-1.390.0 + !www-apache/mpm_itk + ) " SRC_TEST="do parallel" diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild index b9623a5..7274078 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,5 +22,8 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker - test? ( >=dev-perl/Apache-Test-1.390.0 ) + test? ( + >=dev-perl/Apache-Test-1.390.0 + !www-apache/mpm_itk + ) " diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild index 6fac489..a72bc0c 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,5 +24,6 @@ DEPEND="${RDEPEND} test? ( >=dev-perl/Apache-Test-1.390.0 >=virtual/perl-Test-Simple-0.940.0 + !www-apache/mpm_itk ) "