From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37F5A158018 for ; Mon, 4 Oct 2021 11:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC3DE0876; Mon, 4 Oct 2021 11:39:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28F73E0876 for ; Mon, 4 Oct 2021 11:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56BA733BE3B for ; Mon, 4 Oct 2021 11:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4559D0 for ; Mon, 4 Oct 2021 11:39:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1633347565.dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.50.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb X-VCS-Branch: master Date: Mon, 4 Oct 2021 11:39:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e12524b-ef34-4b39-b3cd-fd4f58fbbdf4 X-Archives-Hash: 72a1910ac0da1bf768cda9c93fc52923 commit: dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 4 11:39:25 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 4 11:39:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc06aa24 www-servers/apache: Minor ebuild tweaks Signed-off-by: Lars Wendler gentoo.org> www-servers/apache/apache-2.4.50.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/apache/apache-2.4.50.ebuild b/www-servers/apache/apache-2.4.50.ebuild index 6a9cffacc43..0324ab43e57 100644 --- a/www-servers/apache/apache-2.4.50.ebuild +++ b/www-servers/apache/apache-2.4.50.ebuild @@ -162,7 +162,7 @@ src_configure() { } src_compile() { - if tc-is-cross-compiler; then + if tc-is-cross-compiler ; then # This header is the same across targets, so use the build compiler. pushd server >/dev/null emake gen_test_char @@ -249,7 +249,7 @@ pkg_postinst() { lbset=1 && break fi done - if [ ! ${lbset} ] ; then + if [[ ! ${lbset} ]] ; then echo ewarn "Info: Missing load balancing scheduler algorithm module" ewarn "(They were split off from proxy_balancer in 2.3)"