From d1ef988acc6b5bff91012e8aa5552d875281840a Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Mon, 27 Feb 2017 17:14:18 -0800 Subject: [PATCH] app-emulation/containerd: remove 9999 from 0.2.5 --- .../containerd/containerd-0.2.5.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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.ebuild index 0b8be2a330..d0f039b4e5 100644 --- 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.ebuild @@ -8,16 +8,11 @@ GITHUB_URI="github.com/docker/${PN}" COREOS_GO_PACKAGE="${GITHUB_URI}" COREOS_GO_VERSION="go1.6" -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://${GITHUB_URI}.git" - inherit git-r3 -else - MY_PV="${PV/_/-}" - EGIT_COMMIT="v${MY_PV}" - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64" - inherit vcs-snapshot -fi +MY_PV="${PV/_/-}" +EGIT_COMMIT="v${MY_PV}" +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="amd64 arm64" +inherit vcs-snapshot inherit coreos-go systemd