commit:     290873157e086844666acfc1d325ce91bb48e579
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 18:10:20 2022 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> 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 <junghans <AT> 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() {

Reply via email to