diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-06 17:30:49 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-06 17:30:49 +0100 |
commit | 49246d9e1ba305c1bbf526ab727a8a564204ae15 (patch) | |
tree | a041f3d05aae9bce6677045480c60516e7da0d79 /app-emulation/docker | |
parent | app-emulation/docker: Version bump to 17.03.0 (diff) | |
download | gentoo-49246d9e1ba305c1bbf526ab727a8a564204ae15.tar.gz gentoo-49246d9e1ba305c1bbf526ab727a8a564204ae15.tar.bz2 gentoo-49246d9e1ba305c1bbf526ab727a8a564204ae15.zip |
app-emulation/docker: Use right git commit short id
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-17.03.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-17.03.0.ebuild b/app-emulation/docker/docker-17.03.0.ebuild index ec2cbbf9e9eb..c45b8e7f19fa 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" |