summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-02-02 10:20:40 +1300
committerKent Fredric <kentnl@gentoo.org>2017-02-02 11:21:48 +1300
commit1557f67e72b1bb69fb3d16bdd0173d967e938b71 (patch)
treee12e02379f36ea5efc918025064abbf019532966 /dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild
parentsys-apps/guix: new package, the GNU Purely Functional Package Manager (diff)
downloadgentoo-1557f67e72b1bb69fb3d16bdd0173d967e938b71.tar.gz
gentoo-1557f67e72b1bb69fb3d16bdd0173d967e938b71.tar.bz2
gentoo-1557f67e72b1bb69fb3d16bdd0173d967e938b71.zip
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
Diffstat (limited to 'dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild')
-rw-r--r--dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild7
1 files 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
>=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"