From 220ab594e8da3395931bdb88ccaad366ec35168c Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 5 Jan 2016 12:01:44 -0800 Subject: [PATCH] coreos-devel/mantle: bump to latest commit --- .../mantle/{mantle-0.0.6.ebuild => mantle-0.0.7.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.0.6.ebuild => mantle-0.0.7.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.6.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.7.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.6.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.7.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 16fdec630a..6f3077bfc6 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="f9ceb85455c249e9e3bfe2c29861b34d536f1188" + CROS_WORKON_COMMIT="969fa17a8fc904b05ab45e15f8937a0e5a5e9866" KEYWORDS="amd64 arm64" fi @@ -24,7 +24,7 @@ SLOT="0" RDEPEND=">=net-dns/dnsmasq-2.72[dhcp,ipv6]" src_compile() { - for cmd in kola plume; do + for cmd in cork kola kolet ore plume; do go_build "${COREOS_GO_PACKAGE}/cmd/${cmd}" done }