Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
Date: Tue, 13 Aug 2019 15:14:44
Message-Id: 1565709264.46c8b0654487e90b1334805c8b75d5d75ee6ef8e.whissi@gentoo
1 commit: 46c8b0654487e90b1334805c8b75d5d75ee6ef8e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 14:27:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 15:14:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c8b065
7
8 www-servers/apache: fix dependencies for mod_proxy_http2
9
10 Closes: https://bugs.gentoo.org/687384
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-servers/apache/apache-2.4.41.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/www-servers/apache/apache-2.4.41.ebuild b/www-servers/apache/apache-2.4.41.ebuild
18 index a32861d5b7c..f7bdde5774e 100644
19 --- a/www-servers/apache/apache-2.4.41.ebuild
20 +++ b/www-servers/apache/apache-2.4.41.ebuild
21 @@ -75,6 +75,7 @@ MODULE_DEPENDS="
22 proxy_html:proxy
23 proxy_html:xml2enc
24 proxy_http:proxy
25 + proxy_http2:proxy
26 proxy_scgi:proxy
27 proxy_fcgi:proxy
28 proxy_wstunnel:proxy
29 @@ -140,6 +141,7 @@ IUSE="${IUSE} +suexec-caps suexec-syslog"
30
31 CDEPEND="apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= )
32 apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )
33 + apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.2.1 )
34 apache2_modules_md? ( >=dev-libs/jansson-2.10 )"
35
36 DEPEND+="${CDEPEND}