mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 10:22:12 +01:00
Merge pull request #3219 from ajeddeloh/fix-sources-deps
sys-kernel/coreos-sources: add dep on bison, flex
This commit is contained in:
commit
fdad4afeb1
@ -25,6 +25,10 @@ fi
|
||||
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
RDEPEND+="
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
"
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user