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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F084615806E for ; Sun, 28 May 2023 13:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02573E0878; Sun, 28 May 2023 13:17:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B38B4E07EF for ; Sun, 28 May 2023 13:17:09 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: base-system@gentoo.org, =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-dev] [PATCH 3/3] autotools.eclass: Whitespace Date: Sun, 28 May 2023 15:16:41 +0200 Message-Id: <20230528131641.13289-3-ulm@gentoo.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230528131641.13289-1-ulm@gentoo.org> References: <20230528131641.13289-1-ulm@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: d90a4788-0c25-466f-9cb3-346d4955a79f X-Archives-Hash: 42019a56433dc15945833ed680799b99 Signed-off-by: Ulrich Müller --- eclass/autotools.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 7b94efc225fe..77124e098aac 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -389,7 +389,6 @@ eautoconf() { die "No configure.{ac,in} present!" fi - if [[ ${WANT_AUTOCONF} != "2.1" && -e configure.in ]] ; then case ${EAPI} in 6|7) -- 2.40.1