diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:53:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:17 +0000 |
commit | 486f12612d840bf4efbd324afdab59a98dd27fce (patch) | |
tree | 698924e0412a9b4a807be7c6455081b24db52e03 /eclass/kernel-build.eclass | |
parent | kernel-2.eclass: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-486f12612d840bf4efbd324afdab59a98dd27fce.tar.gz gentoo-486f12612d840bf4efbd324afdab59a98dd27fce.tar.bz2 gentoo-486f12612d840bf4efbd324afdab59a98dd27fce.zip |
kernel-build.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/kernel-build.eclass')
-rw-r--r-- | eclass/kernel-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index ce14aabe025d..841981a6ad45 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -39,7 +39,7 @@ BDEPEND=" ${PYTHON_DEPS} app-alternatives/cpio app-alternatives/bc - sys-devel/flex + app-alternatives/lex virtual/libelf app-alternatives/yacc arm? ( sys-apps/dtc ) |