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 via email to