From ed976d3f13ffcb9903336481f36f7de31bf1660f Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 9 Feb 2016 15:24:12 -0800 Subject: [PATCH] Revert "dev-db/etcd: Set CROS_WORKON_COMMIT for arm64" This reverts commit 7a8824fc66231ff055b3da41b4edc3e8725ddff5. etcd-2.2.5 builds for arm64, so a special conditional for it is no longer needed. --- .../third_party/coreos-overlay/dev-db/etcd/etcd-9999.ebuild | 5 ----- 1 file changed, 5 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 af1ac298b5..225e8a0a84 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 @@ -14,11 +14,6 @@ inherit coreos-doc coreos-go toolchain-funcs cros-workon systemd if [[ "${PV}" == 9999 ]]; then CROS_WORKON_COMMIT=${CROS_WORKON_COMMIT:="HEAD"} KEYWORDS="~amd64 ~arm64" -elif [[ "${ARCH}" == "arm64" ]]; then - # etcd-2.2.4 build fails for arm64 - # https://github.com/coreos/etcd/issues/3623 - CROS_WORKON_COMMIT="4669b899cca9a326731a10e03c76605bf26470f6" - KEYWORDS="arm64" else CROS_WORKON_COMMIT="bc9ddf260115d2680191c46977ae72b837785472" # v2.2.5 KEYWORDS="amd64 arm64"