summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-alternatives')
-rw-r--r--app-alternatives/yacc/yacc-1-r2.ebuild (renamed from app-alternatives/yacc/yacc-1-r1.ebuild)10
1 files changed, 7 insertions, 3 deletions
diff --git a/app-alternatives/yacc/yacc-1-r1.ebuild b/app-alternatives/yacc/yacc-1-r2.ebuild
index 0d4632e1a05a..e748c4e0ab73 100644
--- a/app-alternatives/yacc/yacc-1-r1.ebuild
+++ b/app-alternatives/yacc/yacc-1-r2.ebuild
@@ -29,9 +29,13 @@ src_install() {
dosym yacc.bison /usr/bin/yacc
newman - yacc.1 <<<".so yacc.bison.1"
- newenvd - 90yacc <<-EOF
- YACC=yacc.bison
- EOF
+ # Leaving this for now to be safe, as it's closer to pre-alternatives
+ # status quo to leave it unset and let autoconf probe for Bison by itself
+ # as it prefers it anyway, and might be a CPP-like situation wrt
+ # calling bison or bison -y if YACC is set.
+ #newenvd - 90yacc <<-EOF
+ # YACC=yacc.bison
+ #EOF
elif use byacc; then
dosym byacc /usr/bin/yacc
newman - yacc.1 <<<".so byacc.1"