From 8a189e2de343f587d1e0324e68f50902f32cf16d Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 19 Mar 2018 17:08:47 -0400 Subject: [PATCH] app-emulation/containerd: Fix the 0.2.5 SRC_URI value --- .../app-emulation/containerd/containerd-0.2.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r3.ebuild index 9174684016..91708ac150 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r3.ebuild @@ -10,7 +10,7 @@ COREOS_GO_VERSION="go1.7" MY_PV="${PV/_/-}" EGIT_COMMIT="v${MY_PV}" -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://${GITHUB_URI}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 arm64" inherit vcs-snapshot