summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2022-12-01 11:10:20 -0700
committerChristoph Junghans <junghans@gentoo.org>2022-12-01 11:11:17 -0700
commit290873157e086844666acfc1d325ce91bb48e579 (patch)
treea00957fe0de87cdb66a5442bdbe737a9a217ce35 /sys-apps
parentsys-apps/merge-usr: Stabilize 5 hppa, #883851 (diff)
downloadgentoo-290873157e086844666acfc1d325ce91bb48e579.tar.gz
gentoo-290873157e086844666acfc1d325ce91bb48e579.tar.bz2
gentoo-290873157e086844666acfc1d325ce91bb48e579.zip
sys-apps/nawk: fixed yacc dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/nawk/nawk-20220122.ebuild4
1 files 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() {