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: Mon, 04 Oct 2021 11:39:39
Message-Id: 1633347565.dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb.polynomial-c@gentoo
1 commit: dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 11:39:25 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 11:39:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc06aa24
7
8 www-servers/apache: Minor ebuild tweaks
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 www-servers/apache/apache-2.4.50.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-servers/apache/apache-2.4.50.ebuild b/www-servers/apache/apache-2.4.50.ebuild
16 index 6a9cffacc43..0324ab43e57 100644
17 --- a/www-servers/apache/apache-2.4.50.ebuild
18 +++ b/www-servers/apache/apache-2.4.50.ebuild
19 @@ -162,7 +162,7 @@ src_configure() {
20 }
21
22 src_compile() {
23 - if tc-is-cross-compiler; then
24 + if tc-is-cross-compiler ; then
25 # This header is the same across targets, so use the build compiler.
26 pushd server >/dev/null
27 emake gen_test_char
28 @@ -249,7 +249,7 @@ pkg_postinst() {
29 lbset=1 && break
30 fi
31 done
32 - if [ ! ${lbset} ] ; then
33 + if [[ ! ${lbset} ]] ; then
34 echo
35 ewarn "Info: Missing load balancing scheduler algorithm module"
36 ewarn "(They were split off from proxy_balancer in 2.3)"