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 9BA8115800C for ; Fri, 30 Dec 2022 23:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DACAFE03DF; Fri, 30 Dec 2022 23:40:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE697E03DF for ; Fri, 30 Dec 2022 23:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2A8C340CAA for ; Fri, 30 Dec 2022 23:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B59B75E for ; Fri, 30 Dec 2022 23:40:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672443634.638eafa4e1eef002d0296826dfe7c647e17cd08e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gawk/gawk-5.2.1.ebuild X-VCS-Directories: sys-apps/gawk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 638eafa4e1eef002d0296826dfe7c647e17cd08e X-VCS-Branch: master Date: Fri, 30 Dec 2022 23:40:38 +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: ec41ec9c-e598-49ac-8ed8-0f4b06fe10b7 X-Archives-Hash: a0d7d250109a808e70620621d1563299 commit: 638eafa4e1eef002d0296826dfe7c647e17cd08e Author: Sam James gentoo org> AuthorDate: Fri Dec 30 23:08:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 30 23:40:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638eafa4 sys-apps/gawk: unset YACC to force Bison Signed-off-by: Sam James gentoo.org> sys-apps/gawk/gawk-5.2.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/gawk/gawk-5.2.1.ebuild b/sys-apps/gawk/gawk-5.2.1.ebuild index d4a984a836c7..20e0b2120e33 100644 --- a/sys-apps/gawk/gawk-5.2.1.ebuild +++ b/sys-apps/gawk/gawk-5.2.1.ebuild @@ -82,6 +82,11 @@ src_configure() { # Avoid automagic dependency on libsigsegv export ac_cv_libsigsegv=no + # README says gawk may not work properly if built with non-Bison. + # We already BDEPEND on Bison, so just unset YACC rather than + # guessing if we need to do yacc.bison or bison -y. + unset YACC + local myeconfargs=( --cache-file="${S}"/config.cache --libexec='$(libdir)/misc'