From 1275e42126e1fb51a36e4f5db68891481d21de3c Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 31 Jan 2017 13:17:56 -0800 Subject: [PATCH] app-emulation/containerd: sync with Docker 1.13 commits --- .../{containerd-0.2.5.ebuild => containerd-0.2.5-r1.ebuild} | 0 .../app-emulation/containerd/containerd-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/{containerd-0.2.5.ebuild => containerd-0.2.5-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-0.2.5-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild index 0b8be2a330..2fad21da7a 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild @@ -12,8 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://${GITHUB_URI}.git" inherit git-r3 else - MY_PV="${PV/_/-}" - EGIT_COMMIT="v${MY_PV}" + EGIT_COMMIT="03e5862ec0d8d3b3f750e19fca3ee367e13c090e" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 arm64" inherit vcs-snapshot