summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-04-21 14:00:50 -0500
committerWilliam Hubbs <williamh@gentoo.org>2017-04-21 14:01:35 -0500
commit908396ad542eeae9038f91e15bfe5da288168517 (patch)
tree986d8dc67c70ee36c2f44bf8fde833582db43e49 /app-emulation
parentapp-emulation/docker-runc: stabilize 1.0.0_rc2_p20170308 on amd64 (diff)
downloadgentoo-908396ad542eeae9038f91e15bfe5da288168517.tar.gz
gentoo-908396ad542eeae9038f91e15bfe5da288168517.tar.bz2
gentoo-908396ad542eeae9038f91e15bfe5da288168517.zip
app-emulation/docker: stabilize 17.03.1 on amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-17.03.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-17.03.1.ebuild b/app-emulation/docker/docker-17.03.1.ebuild
index 53e5b0278cc1..5577efb953d0 100644
--- a/app-emulation/docker/docker-17.03.1.ebuild
+++ b/app-emulation/docker/docker-17.03.1.ebuild
@@ -15,7 +15,7 @@ else
DOCKER_GITCOMMIT="c6d412e"
EGIT_COMMIT="v${MY_PV}-ce"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm"
+ KEYWORDS="amd64 ~arm"
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!"
inherit golang-vcs-snapshot
fi