commit: 14ee2fa63b28757cac0fa3c5388be4a12af5b7bf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 8 23:52:59 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 23:53:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ee2fa6
toolchain.eclass: go back to flex We should really tighten this so it's only for snapshots though... Closes: https://bugs.gentoo.org/921620 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a446fd8f1a34..3601737979d8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -304,7 +304,7 @@ fi BDEPEND=" app-alternatives/yacc - app-alternatives/lex + >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) test? ( >=dev-util/dejagnu-1.4.4
