diff options
| -rw-r--r-- | eclass/apache-2.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 1e9edb998918..8572c7c195ac 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -132,10 +132,7 @@ _apache2_set_mpms() { _apache2_set_mpms unset -f _apache2_set_mpms -NGHTTP2_VERSION=1.2.1 -if ver_test ${PV} -ge 2.4.55 ; then - NGHTTP2_VERSION=1.50.0 -fi +NGHTTP2_VERSION=1.50.0 # Dependencies RDEPEND=" |
