mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 11:21:58 +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"
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user