From 4270136d26dfefbb508a16cd38152cfb684fc9be Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:07:06 +0000 Subject: dev-util/cdecl: 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 --- dev-util/cdecl/cdecl-14.0.ebuild | 2 +- dev-util/cdecl/cdecl-14.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cdecl/cdecl-14.0.ebuild b/dev-util/cdecl/cdecl-14.0.ebuild index 87e73c11a1cd..758ee4713f53 100644 --- a/dev-util/cdecl/cdecl-14.0.ebuild +++ b/dev-util/cdecl/cdecl-14.0.ebuild @@ -18,7 +18,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex " diff --git a/dev-util/cdecl/cdecl-14.2.ebuild b/dev-util/cdecl/cdecl-14.2.ebuild index 25122f03a31d..a63037511634 100644 --- a/dev-util/cdecl/cdecl-14.2.ebuild +++ b/dev-util/cdecl/cdecl-14.2.ebuild @@ -18,7 +18,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex " -- cgit v1.2.3-65-gdbad