From 694b6edf7f3e93ee04a1cdc4264ff0673c235990 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:05:43 +0000 Subject: [PATCH] app-emulation/ski: 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-emulation/ski/ski-1.3.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild index bdcc443180414..381e6a334a78a 100644 --- a/app-emulation/ski/ski-1.3.2-r4.ebuild +++ b/app-emulation/ski/ski-1.3.2-r4.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libltdl:0= debug? ( sys-libs/binutils-libs:0= ) motif? ( x11-libs/motif:0= )" DEPEND="${RDEPEND} - sys-devel/bison + app-alternatives/yacc app-alternatives/lex dev-util/gperf"