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-SizeLimit/
Date: Wed,  1 Feb 2017 22:22:15 +0000 (UTC)	[thread overview]
Message-ID: <1485987708.1557f67e72b1bb69fb3d16bdd0173d967e938b71.kentnl@gentoo> (raw)

commit:     1557f67e72b1bb69fb3d16bdd0173d967e938b71
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 21:20:40 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 22:21:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1557f67e

dev-perl/Apache-SizeLimit: Block tests against mpm-itk re bug #607964

mpm-itk is pretty much impossible to run as anyone other than root
due to its need to have permission to change UID to any other user on the system.

Subsequently, anything that has to spawn apache for testing anything will
be inherently broken by design.

Bug: https://bugs.gentoo.org/607964

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild
index 7d9c6a0..e2dde52 100644
--- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild
+++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.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$
 
@@ -19,6 +19,9 @@ RDEPEND="dev-perl/Linux-Pid
 	!<www-apache/mod_perl-2.0.5
 	>=www-apache/mod_perl-2.0.5"
 DEPEND="${RDEPEND}
-	test? ( >=dev-perl/Apache-Test-1.360.0 )"
+	test? (
+		>=dev-perl/Apache-Test-1.360.0
+		!www-apache/mpm_itk
+	)"
 
 SRC_TEST="do"


             reply	other threads:[~2017-02-01 22:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 22:22 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-14  7:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-SizeLimit/ Sam James
2022-11-23 14:08 Jakov Smolić
2022-01-29 14:03 Jakov Smolić
2022-01-29 12:16 Arthur Zamarin
2022-01-29 12:16 Arthur Zamarin
2021-10-16 22:00 Sam James
2021-10-16 22:00 Sam James
2021-05-15  2:44 Sam James
2021-05-15  2:29 Sam James
2021-05-15  2:23 Sam James
2020-06-13 21:09 Matt Turner
2020-04-28  8:04 Kent Fredric
2017-04-19 21:32 Andreas Hüttel
2015-12-26 21:09 Andreas Hüttel
2015-11-22  8:02 Markus Meier

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=1485987708.1557f67e72b1bb69fb3d16bdd0173d967e938b71.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