diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:10:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:21 +0000 |
commit | b8300e99e7137925c73f1d067caed8af4f77dc1b (patch) | |
tree | 534ab12397442ffc555fb46e78ecc57261e65a35 /eclass | |
parent | kernel-2.eclass: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-b8300e99e7137925c73f1d067caed8af4f77dc1b.tar.gz gentoo-b8300e99e7137925c73f1d067caed8af4f77dc1b.tar.bz2 gentoo-b8300e99e7137925c73f1d067caed8af4f77dc1b.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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? ( |