www-servers/apache: fix dependencies for mod_proxy_http2
authorThomas Deutschmann <whissi@gentoo.org>
Tue, 13 Aug 2019 14:27:36 +0000 (16:27 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 13 Aug 2019 15:14:24 +0000 (17:14 +0200)
Closes: https://bugs.gentoo.org/687384
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-servers/apache/apache-2.4.41.ebuild

index a32861d5b7cf47dc9c057bde79b381d90905350f..f7bdde5774eee0c2f045e697be54b9bf73bb2772 100644 (file)
@@ -75,6 +75,7 @@ MODULE_DEPENDS="
        proxy_html:proxy
        proxy_html:xml2enc
        proxy_http:proxy
+       proxy_http2:proxy
        proxy_scgi:proxy
        proxy_fcgi:proxy
        proxy_wstunnel:proxy
@@ -140,6 +141,7 @@ IUSE="${IUSE} +suexec-caps suexec-syslog"
 
 CDEPEND="apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= )
        apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )
+       apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.2.1 )
        apache2_modules_md? ( >=dev-libs/jansson-2.10 )"
 
 DEPEND+="${CDEPEND}