board-packages: build everything that oem packages depend on

The oem packages themselves conflict which makes life tricky but we
should at least create binary packages for the rest.
This commit is contained in:
Michael Marineau 2016-02-22 19:11:22 -08:00
parent 86d03cd78f
commit dbea374c18
2 changed files with 9 additions and 2 deletions

View File

@ -15,8 +15,15 @@ IUSE=""
DEPEND=""
RDEPEND="
amd64? ( app-emulation/open-vm-tools )
amd64? (
app-emulation/google-compute-daemon
app-emulation/google-startup-scripts
app-emulation/open-vm-tools
app-emulation/wa-linux-agent
coreos-base/nova-agent-container
coreos-base/nova-agent-watcher
dev-lang/python-oem
)
coreos-base/coreos
coreos-base/coreos-dev
dev-lang/python-oem
"