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 1254E1382C5 for ; Mon, 21 Dec 2020 12:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B3B2E09EE; Mon, 21 Dec 2020 12:08:46 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05152E09EE for ; Mon, 21 Dec 2020 12:08:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD15B340B27 for ; Mon, 21 Dec 2020 12:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DBA3B7 for ; Mon, 21 Dec 2020 12:08:43 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1608552513.acf4d96d58ff7184e641a151385633789ee15aa5.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/axtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/axtls/axtls-2.1.5-r100.ebuild X-VCS-Directories: net-libs/axtls/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: acf4d96d58ff7184e641a151385633789ee15aa5 X-VCS-Branch: master Date: Mon, 21 Dec 2020 12:08:43 +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: b50a3752-2afc-438d-aaa6-047acba59a0e X-Archives-Hash: 1a638bdc7818237b663a24bc50efd648 commit: acf4d96d58ff7184e641a151385633789ee15aa5 Author: Marek Szuba gentoo org> AuthorDate: Mon Dec 21 12:06:34 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Dec 21 12:08:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf4d96d net-libs/axtls-2.1.5-r100: fix accidental whitespace mangling Thanks to Arfrever for having spotted and reported it. Signed-off-by: Marek Szuba gentoo.org> net-libs/axtls/axtls-2.1.5-r100.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/axtls/axtls-2.1.5-r100.ebuild b/net-libs/axtls/axtls-2.1.5-r100.ebuild index a988deef75d..aa38483db9f 100644 --- a/net-libs/axtls/axtls-2.1.5-r100.ebuild +++ b/net-libs/axtls/axtls-2.1.5-r100.ebuild @@ -105,7 +105,8 @@ use_flag_config() { sed -i -e 's:^CONFIG_HTTP_STATIC_BUILD:# CONFIG_HTTP_STATIC_BUILD:' \ config/.config || die fi - if ! use cgi-php && ! use cgi-lua; then sed -i -e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \ + if ! use cgi-php && ! use cgi-lua; then + sed -i -e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \ config/.config || die fi if ! use cgi-php; then