diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:10:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:21 +0000 |
commit | bd3dc0379262bedb0bb301df1b9c82442835be3e (patch) | |
tree | bb521efa4b285dfacf7075efa497a0e130cf7d37 /eclass | |
parent | x11-wm/vtwm: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-bd3dc0379262bedb0bb301df1b9c82442835be3e.tar.gz gentoo-bd3dc0379262bedb0bb301df1b9c82442835be3e.tar.bz2 gentoo-bd3dc0379262bedb0bb301df1b9c82442835be3e.zip |
kernel-2.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 <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 786b78958200..00b3566ab92d 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -656,7 +656,7 @@ if [[ ${ETYPE} == sources ]]; then app-alternatives/cpio dev-lang/perl app-alternatives/bc - sys-devel/bison + app-alternatives/yacc app-alternatives/lex sys-devel/make >=sys-libs/ncurses-5.2 |