commit:     cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 00:05:26 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 00:06:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9fef3c

www-apache/mod_perl: Block testing with mpm-itk installed re bug #603378

mpm_itk needs root or things running apache as non-root fail.
mod_perl tests needs to be not run as root or it will skip tests.

Therefor, mod_perl's tests and mpm_itk can't coexist.

Bug: https://bugs.gentoo.org/603378

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apache/mod_perl/mod_perl-2.0.10.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apache/mod_perl/mod_perl-2.0.10.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
index b13af32..000d701 100644
--- a/www-apache/mod_perl/mod_perl-2.0.10.ebuild
+++ b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
@@ -41,6 +41,7 @@ DEPEND="${RDEPEND}
                dev-perl/IPC-Run3
                dev-perl/libwww-perl
                
www-servers/apache[apache2_modules_version,-apache2_modules_unique_id]
+               !www-apache/mpm_itk
        )
 "
 PDEPEND="

Reply via email to