From b8300e99e7137925c73f1d067caed8af4f77dc1b Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:10:33 +0000 Subject: toolchain.eclass: 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 --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/toolchain.eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6ac5f97b114a..f328d9503ca8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -303,7 +303,7 @@ if tc_has_feature graphite ; then fi BDEPEND=" - >=sys-devel/bison-1.875 + >=app-alternatives/yacc-1.875 >=app-alternatives/lex-2.5.4 nls? ( sys-devel/gettext ) test? ( -- cgit v1.2.3-65-gdbad