From 1557f67e72b1bb69fb3d16bdd0173d967e938b71 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 2 Feb 2017 10:20:40 +1300 Subject: [PATCH] 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 --- .../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 7d9c6a0b566a..e2dde52a8a2a 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" 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" -- 2.26.2