From: Manuel RĂ¼ger Date: Tue, 6 Dec 2016 13:45:14 +0000 (+0100) Subject: app-emulation/docker: Fix docker sha, remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd6c9a5b410b70bdd4c528355176890de7228953;p=gentoo.git app-emulation/docker: Fix docker sha, remove old Package-Manager: portage-2.3.3 --- diff --git a/app-emulation/docker/docker-1.13.0_rc3.ebuild b/app-emulation/docker/docker-1.13.0_rc3-r1.ebuild similarity index 99% rename from app-emulation/docker/docker-1.13.0_rc3.ebuild rename to app-emulation/docker/docker-1.13.0_rc3-r1.ebuild index d2aae5bbfec8..aa84fd213cb4 100644 --- a/app-emulation/docker/docker-1.13.0_rc3.ebuild +++ b/app-emulation/docker/docker-1.13.0_rc3-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else MY_PV="${PV/_/-}" - DOCKER_GITCOMMIT="1f9b3ef" + DOCKER_GITCOMMIT="4d92237" EGIT_COMMIT="v${MY_PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"