Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-SizeLimit/
Date: Wed, 01 Feb 2017 22:22:20
Message-Id: 1485987708.1557f67e72b1bb69fb3d16bdd0173d967e938b71.kentnl@gentoo
1 commit: 1557f67e72b1bb69fb3d16bdd0173d967e938b71
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 21:20:40 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:21:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1557f67e
7
8 dev-perl/Apache-SizeLimit: Block tests against mpm-itk re bug #607964
9
10 mpm-itk is pretty much impossible to run as anyone other than root
11 due to its need to have permission to change UID to any other user on the system.
12
13 Subsequently, anything that has to spawn apache for testing anything will
14 be inherently broken by design.
15
16 Bug: https://bugs.gentoo.org/607964
17
18 Package-Manager: Portage-2.3.3, Repoman-2.3.1
19
20 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild | 7 +++++--
21 1 file changed, 5 insertions(+), 2 deletions(-)
22
23 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
24 index 7d9c6a0..e2dde52 100644
25 --- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild
26 +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 +# Copyright 1999-2017 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 # $Id$
32
33 @@ -19,6 +19,9 @@ RDEPEND="dev-perl/Linux-Pid
34 !<www-apache/mod_perl-2.0.5
35 >=www-apache/mod_perl-2.0.5"
36 DEPEND="${RDEPEND}
37 - test? ( >=dev-perl/Apache-Test-1.360.0 )"
38 + test? (
39 + >=dev-perl/Apache-Test-1.360.0
40 + !www-apache/mpm_itk
41 + )"
42
43 SRC_TEST="do"