diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 20e93f3b3dacd..78a7c5ce474d3 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -172,7 +172,7 @@ setup_mpm() { die "invalid use flag combination" fi - if [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then + if [[ "${PV}" != 2.2* ]] && [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then die "http2 does not work with prefork MPM." fi }