From cb6688f74e3cd1c3e20ab6422a8a0f44afed1f3f Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:31:46 +0000 Subject: [PATCH] dev-db/etcdctl: Bump to EAPI=7 to use the host Go --- .../dev-db/etcdctl/etcdctl-3.3.10.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild index 9914b610f1..896b36a680 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild @@ -1,25 +1,22 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -EGO_PN="github.com/coreos/etcd" +EGO_PN="github.com/etcd-io/etcd" COREOS_GO_PACKAGE="${EGO_PN}" DESCRIPTION="The etcd command line client, v3, compatible with v2" -HOMEPAGE="https://github.com/coreos/etcd" +HOMEPAGE="https://github.com/etcd-io/etcd" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -inherit coreos-go golang-vcs-snapshot +inherit coreos-go LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 arm64" IUSE="" -S=${WORKDIR}/${P}/src/${EGO_PN} - -DEPEND="" -RDEPEND="${DEPEND}" +S=${WORKDIR}/etcd-${PV} src_compile() { go_build "${COREOS_GO_PACKAGE}/cmd/etcdctl"