Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_perl/
Date: Thu, 02 Feb 2017 00:06:21
Message-Id: 1485993963.cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3.kentnl@gentoo
1 commit: cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 00:05:26 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 00:06:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9fef3c
7
8 www-apache/mod_perl: Block testing with mpm-itk installed re bug #603378
9
10 mpm_itk needs root or things running apache as non-root fail.
11 mod_perl tests needs to be not run as root or it will skip tests.
12
13 Therefor, mod_perl's tests and mpm_itk can't coexist.
14
15 Bug: https://bugs.gentoo.org/603378
16
17 Package-Manager: Portage-2.3.3, Repoman-2.3.1
18
19 www-apache/mod_perl/mod_perl-2.0.10.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/www-apache/mod_perl/mod_perl-2.0.10.ebuild b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
23 index b13af32..000d701 100644
24 --- a/www-apache/mod_perl/mod_perl-2.0.10.ebuild
25 +++ b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
26 @@ -41,6 +41,7 @@ DEPEND="${RDEPEND}
27 dev-perl/IPC-Run3
28 dev-perl/libwww-perl
29 www-servers/apache[apache2_modules_version,-apache2_modules_unique_id]
30 + !www-apache/mpm_itk
31 )
32 "
33 PDEPEND="