diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-12-06 14:45:14 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-12-06 14:45:14 +0100 |
commit | bd6c9a5b410b70bdd4c528355176890de7228953 (patch) | |
tree | 10bb9f994a9eae0000da475a68ab8020258bcd43 /app-emulation/docker | |
parent | dev-perl/Params-ValidationCompiler: Remove old (diff) | |
download | gentoo-bd6c9a5b410b70bdd4c528355176890de7228953.tar.gz gentoo-bd6c9a5b410b70bdd4c528355176890de7228953.tar.bz2 gentoo-bd6c9a5b410b70bdd4c528355176890de7228953.zip |
app-emulation/docker: Fix docker sha, remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-emulation/docker')
-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" |