mantle: update for kola fixes, depend on dnsmasq

This commit is contained in:
Michael Marineau 2015-02-25 16:49:46 -08:00
parent ecf2af56ff
commit 36c2bceb9c
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="444fecccb109b5a90765cb1b79311fb10dd5c5e5" CROS_WORKON_COMMIT="804b9bbe9ac3002ecf3787a0f2dea3108b26da91"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi
@ -20,6 +20,8 @@ HOMEPAGE="https://github.com/coreos/mantle"
LICENSE="Apache-2" LICENSE="Apache-2"
SLOT="0" SLOT="0"
RDEPEND=">=net-dns/dnsmasq-2.72[dhcp,ipv6]"
src_compile() { src_compile() {
for cmd in kola plume; do for cmd in kola plume; do
go_build "${COREOS_GO_PACKAGE}/cmd/${cmd}" go_build "${COREOS_GO_PACKAGE}/cmd/${cmd}"