kernel-2.eclass: add sys-devel/bison and sys-devel/flex to RDEPEND

Since commit 033dba2ec06 [Link 1], kernel needs bison and flex.

Link 1: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=033dba2ec06c47a9fe1b190bc3281058fb20738d
Closes: https://bugs.gentoo.org/663020
This commit is contained in:
Thomas Deutschmann
2018-08-09 02:21:11 +02:00
parent a10357f02c
commit 458979ce33

View File

@@ -601,6 +601,8 @@ if [[ ${ETYPE} == sources ]]; then
RDEPEND="!build? (
dev-lang/perl
sys-devel/bc
sys-devel/bison
sys-devel/flex
sys-devel/make
>=sys-libs/ncurses-5.2
virtual/libelf