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 D00561382C5 for ; Tue, 27 Apr 2021 07:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1765E0880; Tue, 27 Apr 2021 07:27:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DD6C4E0880 for ; Tue, 27 Apr 2021 07:27:08 +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 93A3F34110C for ; Tue, 27 Apr 2021 07:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4AAA59C for ; Tue, 27 Apr 2021 07:27:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1619508345.bb7ce6a2fdee051faeef6cb236d8791c62973a1a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/w3m-0.5.3_p20210102.ebuild X-VCS-Directories: www-client/w3m/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bb7ce6a2fdee051faeef6cb236d8791c62973a1a X-VCS-Branch: master Date: Tue, 27 Apr 2021 07:27:05 +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: 6b76ae36-e178-4873-8c32-5b5c76be04a4 X-Archives-Hash: 9b42c8eb9dede58282c35e6c735ea7f3 commit: bb7ce6a2fdee051faeef6cb236d8791c62973a1a Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 26 15:06:34 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 27 07:25:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7ce6a2 www-client/w3m: Don't run autoheader because it fails Bug: https://bugs.gentoo.org/785760 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild b/www-client/w3m/w3m-0.5.3_p20210102.ebuild index dfc11d716e2..011761a3ca8 100644 --- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild @@ -58,7 +58,7 @@ src_prepare() { sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die hprefixify acinclude.m4 - AT_M4DIR="m4" eautoreconf + AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf } src_configure() {