mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/apache-2.eclass: remove obsolete version check
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user