dev-perl/Apache-SizeLimit: Block tests against mpm-itk re bug #607964
authorKent Fredric <kentnl@gentoo.org>
Wed, 1 Feb 2017 21:20:40 +0000 (10:20 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 1 Feb 2017 22:21:48 +0000 (11:21 +1300)
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

index 7d9c6a0b566a27a1f7b2bcf2d16bd182cd3f4591..e2dde52a8a2a7eb85a0035556769317ad562f9fb 100644 (file)
@@ -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"