public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/
Date: Thu,  2 Feb 2017 00:26:23 +0000 (UTC)	[thread overview]
Message-ID: <1485995165.90cf2646e546668d7f07ccbad70800a322ebc816.kentnl@gentoo> (raw)

commit:     90cf2646e546668d7f07ccbad70800a322ebc816
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 00:25:40 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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
 	)
 "


             reply	other threads:[~2017-02-02  0:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02  0:26 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14  4:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/ Sam James
2024-01-15  3:32 Ionen Wolkens
2024-01-15  3:32 Ionen Wolkens
2023-06-22  4:48 Sam James
2020-09-25 23:03 Kent Fredric
2020-04-26 18:26 Kent Fredric
2018-04-05 21:21 Thomas Deutschmann
2018-04-05 19:24 Kent Fredric
2018-04-03 11:52 Jason Zaman
2017-09-18  8:23 Kent Fredric
2017-02-04 15:55 Kent Fredric
2017-02-02  1:13 Kent Fredric
2016-09-29 21:20 Andreas Hüttel
2016-04-18 20:50 Andreas Hüttel
2016-01-06 21:21 Andreas Hüttel
2016-01-06 13:34 Agostino Sarubbo
2015-12-26 23:32 Agostino Sarubbo
2015-09-29 21:08 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485995165.90cf2646e546668d7f07ccbad70800a322ebc816.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox