projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d55d5
)
app-emulation/docker: Use right git commit short id
author
Manuel Rüger
<mrueg@gentoo.org>
Mon, 6 Mar 2017 16:30:49 +0000
(17:30 +0100)
committer
Manuel Rüger
<mrueg@gentoo.org>
Mon, 6 Mar 2017 16:30:49 +0000
(17:30 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-emulation/docker/docker-17.03.0.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/docker/docker-17.03.0.ebuild
b/app-emulation/docker/docker-17.03.0.ebuild
index ec2cbbf9e9ebd43beee088182944c332da6dd840..c45b8e7f19fa0a9c43f542b4669e5a734336383e 100644
(file)
--- 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"