diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 03:42:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 03:42:40 +0000 |
commit | 8d975a71210fb429ace5a8fd5e2d8dcbd52b4339 (patch) | |
tree | 16338255cc07ed8ad206e3c4a5166a67e86403ed /app-alternatives | |
parent | x11-terms/aterm: fix configure w/ clang 16 (diff) | |
download | gentoo-8d975a71210fb429ace5a8fd5e2d8dcbd52b4339.tar.gz gentoo-8d975a71210fb429ace5a8fd5e2d8dcbd52b4339.tar.bz2 gentoo-8d975a71210fb429ace5a8fd5e2d8dcbd52b4339.zip |
app-alternatives/yacc: use YACC=yacc.bison, not YACC=bison
Thanks to Ionen for reporting.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/yacc/yacc-1-r1.ebuild (renamed from app-alternatives/yacc/yacc-1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-alternatives/yacc/yacc-1.ebuild b/app-alternatives/yacc/yacc-1-r1.ebuild index d5508b6ebb90..0d4632e1a05a 100644 --- a/app-alternatives/yacc/yacc-1.ebuild +++ b/app-alternatives/yacc/yacc-1-r1.ebuild @@ -30,7 +30,7 @@ src_install() { newman - yacc.1 <<<".so yacc.bison.1" newenvd - 90yacc <<-EOF - YACC=bison + YACC=yacc.bison EOF elif use byacc; then dosym byacc /usr/bin/yacc |