summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:05:36 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:21:35 +0000
commitc82a213be7118a0f00df1e7e6b43533c0aeeb119 (patch)
tree16a1f10bb9087a350314b15b0d5f993784a90c56 /app-benchmarks
parentapp-alternatives/yacc: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-c82a213be7118a0f00df1e7e6b43533c0aeeb119.tar.gz
gentoo-c82a213be7118a0f00df1e7e6b43533c0aeeb119.tar.bz2
gentoo-c82a213be7118a0f00df1e7e6b43533c0aeeb119.zip
app-benchmarks/filebench: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
index 639f7e515210..3da6b92fb913 100644
--- a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
+++ b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
app-alternatives/lex
- sys-devel/bison
+ app-alternatives/yacc
"
PATCHES=( "${FILESDIR}"/${PN}-fix-automagic-libtecla-dependency.patch )