www-apache/mod_perl: missing DEPEND
authorRobin H. Johnson <robbat2@gentoo.org>
Wed, 8 Feb 2017 00:39:17 +0000 (16:39 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Wed, 8 Feb 2017 00:41:37 +0000 (16:41 -0800)
mod_perl needs the APR_ECRYPT header definition which was introduced in
apr-util-1.4.x. Any box with only apr-util-1.3.x would fail to compile
otherwise. Compile failure found during infra upgrades, as nothing else
brought in newer apr-util on old systems.

Package-Manager: portage-2.3.2

www-apache/mod_perl/mod_perl-2.0.10.ebuild

index 000d701bca88746c3861d0718b5938a6f21f4417..61a70b4441361ada9ca4e03a0ef1fb76d25fa7d7 100644 (file)
@@ -29,6 +29,7 @@ RDEPEND="
        dev-lang/perl[ithreads=]
        >=dev-perl/Apache-Test-1.400.0
        >=www-servers/apache-2.0.47
+       >=dev-libs/apr-util-1.4
        !ithreads? ( www-servers/apache[-apache2_mpms_event,-apache2_mpms_worker,apache2_mpms_prefork] )
 "
 DEPEND="${RDEPEND}