From ef60214b2994efcd105b83ffaa6f9b52b2fe72ca Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 20 May 2015 10:45:41 -0700 Subject: [PATCH] dev-db/etcd: Update for arm64 Signed-off-by: Geoff Levand --- .../third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild index ebc21fcd3e..f895b653b4 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild @@ -12,10 +12,10 @@ COREOS_GO_PACKAGE="github.com/coreos/etcd" inherit coreos-doc coreos-go toolchain-funcs cros-workon systemd if [[ "${PV}" == 9999 ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" else CROS_WORKON_COMMIT="0678329cd64a64d7478eae6c35ed0bea0346da86" # v2.0.11 - KEYWORDS="amd64" + KEYWORDS="amd64 arm64" fi DESCRIPTION="etcd" @@ -26,7 +26,6 @@ LICENSE="Apache-2.0" SLOT="2" IUSE="" -DEPEND=">=dev-lang/go-1.3" RDEPEND="!dev-db/etcd:0 !dev-db/etcdctl"