Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nawk/
Date: Thu, 01 Dec 2022 18:11:27
Message-Id: 1669918277.290873157e086844666acfc1d325ce91bb48e579.junghans@gentoo
1 commit: 290873157e086844666acfc1d325ce91bb48e579
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 18:10:20 2022 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 18:11:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29087315
7
8 sys-apps/nawk: fixed yacc dep
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
12
13 sys-apps/nawk/nawk-20220122.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/nawk/nawk-20220122.ebuild b/sys-apps/nawk/nawk-20220122.ebuild
17 index e5b001bf7085..c6c96c2d4086 100644
18 --- a/sys-apps/nawk/nawk-20220122.ebuild
19 +++ b/sys-apps/nawk/nawk-20220122.ebuild
20 @@ -30,8 +30,8 @@ src_compile() {
21 CFLAGS="${CFLAGS}" \
22 CPPFLAGS=-DHAS_ISBLANK \
23 ALLOC="${LDFLAGS}" \
24 - YACC=$(type -p bison) \
25 - YFLAGS="-d"
26 + YACC=$(type -p yacc) \
27 + YFLAGS="-d -b awkgram"
28 }
29
30 src_install() {