mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
fix(coreos-base/update_engine): Add missing dependency to stable ebuild.
This fix previously made it into the live ebuild but not the stable one.
This commit is contained in:
parent
b7bde0b21c
commit
518bc10ded
@ -38,7 +38,8 @@ RDEPEND="app-arch/bzip2
|
||||
sys-apps/rootdev
|
||||
sys-fs/e2fsprogs
|
||||
virtual/udev"
|
||||
DEPEND="dev-cpp/gmock
|
||||
DEPEND="coreos-base/system_api
|
||||
dev-cpp/gmock
|
||||
dev-cpp/gtest
|
||||
cros_host? ( dev-util/scons )
|
||||
${RDEPEND}"
|
||||
|
Loading…
Reference in New Issue
Block a user