From 71f9fe17798f75a349e2397a00c3e4cd87cf71b6 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 20 May 2015 10:45:41 -0700 Subject: [PATCH] coreos/coreos-cloudinit: Update for arm64 Convert to coreos-go eclass and add arm64 keywords. Signed-off-by: Geoff Levand --- .../coreos-cloudinit-9999.ebuild | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild index 0e4ebfd620..6e3288c010 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild @@ -1,20 +1,20 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=5 CROS_WORKON_PROJECT="coreos/coreos-cloudinit" CROS_WORKON_LOCALNAME="coreos-cloudinit" CROS_WORKON_REPO="git://github.com" +COREOS_GO_PACKAGE="github.com/coreos/coreos-cloudinit" +inherit coreos-doc cros-workon systemd toolchain-funcs udev coreos-go if [[ "${PV}" == 9999 ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" else CROS_WORKON_COMMIT="ca6f97d050bb51ae37aa1d91996e7fb6a66687c4" # tag v1.4.1 - KEYWORDS="amd64" + KEYWORDS="amd64 arm64" fi -inherit coreos-doc cros-workon systemd toolchain-funcs udev - DESCRIPTION="coreos-cloudinit" HOMEPAGE="https://github.com/coreos/coreos-cloudinit" SRC_URI="" @@ -23,27 +23,23 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -DEPEND=">=dev-lang/go-1.2 - !