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"