From: Thomas Deutschmann Date: Tue, 13 Aug 2019 14:27:36 +0000 (+0200) Subject: www-servers/apache: fix dependencies for mod_proxy_http2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=46c8b0654487e90b1334805c8b75d5d75ee6ef8e;p=gentoo.git www-servers/apache: fix dependencies for mod_proxy_http2 Closes: https://bugs.gentoo.org/687384 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/www-servers/apache/apache-2.4.41.ebuild b/www-servers/apache/apache-2.4.41.ebuild index a32861d5b7cf..f7bdde5774ee 100644 --- a/www-servers/apache/apache-2.4.41.ebuild +++ b/www-servers/apache/apache-2.4.41.ebuild @@ -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}