From c82a213be7118a0f00df1e7e6b43533c0aeeb119 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:05:36 +0000 Subject: 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 --- app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-benchmarks') 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 ) -- cgit v1.2.3-65-gdbad