commit: 46c8b0654487e90b1334805c8b75d5d75ee6ef8e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Aug 13 14:27:36 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Aug 13 15:14:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c8b065
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 <AT> gentoo.org> www-servers/apache/apache-2.4.41.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-servers/apache/apache-2.4.41.ebuild b/www-servers/apache/apache-2.4.41.ebuild index a32861d5b7c..f7bdde5774e 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}
