commit: 49246d9e1ba305c1bbf526ab727a8a564204ae15
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 16:30:49 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 16:30:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49246d9e
app-emulation/docker: Use right git commit short id
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-emulation/docker/docker-17.03.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/docker/docker-17.03.0.ebuild
b/app-emulation/docker/docker-17.03.0.ebuild
index ec2cbbf9e9e..c45b8e7f19f 100644
--- a/app-emulation/docker/docker-17.03.0.ebuild
+++ b/app-emulation/docker/docker-17.03.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
else
MY_PV="${PV/_/-}"
- DOCKER_GITCOMMIT="092cba3"
+ DOCKER_GITCOMMIT="60ccb22"
EGIT_COMMIT="v${MY_PV}-ce"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"