commit:     458979ce33f4482d4f4ee7e7bc4bfdd301feef58
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  9 00:21:11 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug  9 00:32:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458979ce

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

 eclass/kernel-2.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 43a43fa7609..e1fe9755be4 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -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

Reply via email to