sys-kernel/coreos-sources: add dep on bison, flex

The 4.16.x line and up now need flex and bison to build the kernel. Add
it here so people using our dev container will pick it up automatically.
This commit is contained in:
Andrew Jeddeloh 2018-05-03 14:33:14 -07:00
parent 8831834b42
commit 4eb450fb3d

View File

@ -25,6 +25,10 @@ fi
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
IUSE="" IUSE=""
RDEPEND+="
sys-devel/bison
sys-devel/flex
"
# XXX: Note we must prefix the patch filenames with "z" to ensure they are # XXX: Note we must prefix the patch filenames with "z" to ensure they are
# applied _after_ a potential patch-${KV}.patch file, present when building a # applied _after_ a potential patch-${KV}.patch file, present when building a