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:
Michael Marineau 2013-06-21 17:05:35 -04:00
parent b7bde0b21c
commit 518bc10ded

View File

@ -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}"