Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
Date: Fri, 05 Jan 2018 12:59:49
Message-Id: 1515157179.c6680d39597f6b5ae4bd2806392da803db9197f6.polynomial-c@gentoo
1 commit: c6680d39597f6b5ae4bd2806392da803db9197f6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 12:59:24 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 12:59:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6680d39
7
8 www-servers/apache: Slightly adjusted dependencies.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 www-servers/apache/apache-2.4.29.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/www-servers/apache/apache-2.4.29.ebuild b/www-servers/apache/apache-2.4.29.ebuild
16 index b4dc41e3f33..21c415055fd 100644
17 --- a/www-servers/apache/apache-2.4.29.ebuild
18 +++ b/www-servers/apache/apache-2.4.29.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -129,7 +129,11 @@ LICENSE="Apache-2.0 Apache-1.1"
26 SLOT="2"
27 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
28
29 -DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
30 +CDEPEND+="
31 + apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )
32 +"
33 +DEPEND+="${CDEPEND}"
34 +RDEPEND+="${CDEPEND}"
35
36 REQUIRED_USE="apache2_modules_http2? ( ssl )"