diff options
author | William Hubbs <williamh@gentoo.org> | 2016-07-05 11:29:47 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-07-05 11:30:26 -0500 |
commit | bae5e004fe88cd716596f5b89243d6f3f0dc40f3 (patch) | |
tree | b053ff42397fbd0e9d321626b63dc23c20feb274 /app-emulation/docker | |
parent | app-emulation/docker: 1.12.0_rc3 version bump (diff) | |
download | gentoo-bae5e004fe88cd716596f5b89243d6f3f0dc40f3.tar.gz gentoo-bae5e004fe88cd716596f5b89243d6f3f0dc40f3.tar.bz2 gentoo-bae5e004fe88cd716596f5b89243d6f3f0dc40f3.zip |
app-emulation/docker: sync live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index aa0502f0c18b..bd3f415e89b4 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else MY_PV="${PV/_/-}" - DOCKER_GITCOMMIT="906eacd" + DOCKER_GITCOMMIT="" EGIT_COMMIT="v${MY_PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" |