diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-02-02 13:05:26 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-02-02 13:06:03 +1300 |
commit | cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3 (patch) | |
tree | 46ca21daddb78c8b03dc5e8574f6455f20d8b10e /www-apache/mod_perl | |
parent | dev-cpp/eigen: version bump to 3.3.2 (diff) | |
download | gentoo-cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3.tar.gz gentoo-cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3.tar.bz2 gentoo-cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3.zip |
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
Diffstat (limited to 'www-apache/mod_perl')
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.10.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 b13af32aa484..000d701bca88 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=" |