diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:53:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:17 +0000 |
commit | 4c621abb2923e1085cc4aaf67c30901510d8b3c0 (patch) | |
tree | 2edcd3da4e200d2b52005667598e3c593933bc51 /eclass | |
parent | kernel-build.eclass: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-4c621abb2923e1085cc4aaf67c30901510d8b3c0.tar.gz gentoo-4c621abb2923e1085cc4aaf67c30901510d8b3c0.tar.bz2 gentoo-4c621abb2923e1085cc4aaf67c30901510d8b3c0.zip |
toolchain.eclass: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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 <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 60769c93877f..6ac5f97b114a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: toolchain.eclass @@ -304,7 +304,7 @@ fi BDEPEND=" >=sys-devel/bison-1.875 - >=sys-devel/flex-2.5.4 + >=app-alternatives/lex-2.5.4 nls? ( sys-devel/gettext ) test? ( >=dev-util/dejagnu-1.4.4 |