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 DA627158020 for ; Thu, 1 Dec 2022 18:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C20E0798; Thu, 1 Dec 2022 18:11:27 +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 14216E0798 for ; Thu, 1 Dec 2022 18:11:27 +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 F26DD3409EC for ; Thu, 1 Dec 2022 18:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A807477 for ; Thu, 1 Dec 2022 18:11:24 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1669918277.290873157e086844666acfc1d325ce91bb48e579.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nawk/nawk-20220122.ebuild X-VCS-Directories: sys-apps/nawk/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 290873157e086844666acfc1d325ce91bb48e579 X-VCS-Branch: master Date: Thu, 1 Dec 2022 18:11:24 +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: 6b5d0d4c-8bcc-40ba-96b6-2bcd72b6753a X-Archives-Hash: e4c09c3d5d03a0d3944f089fe7863507 commit: 290873157e086844666acfc1d325ce91bb48e579 Author: Christoph Junghans gentoo org> AuthorDate: Thu Dec 1 18:10:20 2022 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Dec 1 18:11:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29087315 sys-apps/nawk: fixed yacc dep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans gentoo.org> sys-apps/nawk/nawk-20220122.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/nawk/nawk-20220122.ebuild b/sys-apps/nawk/nawk-20220122.ebuild index e5b001bf7085..c6c96c2d4086 100644 --- a/sys-apps/nawk/nawk-20220122.ebuild +++ b/sys-apps/nawk/nawk-20220122.ebuild @@ -30,8 +30,8 @@ src_compile() { CFLAGS="${CFLAGS}" \ CPPFLAGS=-DHAS_ISBLANK \ ALLOC="${LDFLAGS}" \ - YACC=$(type -p bison) \ - YFLAGS="-d" + YACC=$(type -p yacc) \ + YFLAGS="-d -b awkgram" } src_install() {