diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-1.13.0_rc3-r1.ebuild (renamed from app-emulation/docker/docker-1.13.0_rc3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-1.13.0_rc3.ebuild b/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" |