diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-13 16:27:36 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-13 17:14:24 +0200 |
commit | 46c8b0654487e90b1334805c8b75d5d75ee6ef8e (patch) | |
tree | 388fe71ae9ed7fb0d0362e93478865af950ad4da /www-servers/apache | |
parent | app-text/master-pdf-editor: version bump to 5.4.38 (diff) | |
download | gentoo-46c8b0654487e90b1334805c8b75d5d75ee6ef8e.tar.gz gentoo-46c8b0654487e90b1334805c8b75d5d75ee6ef8e.tar.bz2 gentoo-46c8b0654487e90b1334805c8b75d5d75ee6ef8e.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'www-servers/apache')
-rw-r--r-- | www-servers/apache/apache-2.4.41.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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} |