summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-11-03 15:27:44 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-11-03 15:27:44 +0100
commitbc30a378ac68c2ac23ba1519888e050c3dd16cfb (patch)
treeb72006cfd6ba8ed051b133ec217a10644c803309 /app-emulation
parentapp-emulation/containerd: Sync some changes to live ebuild (diff)
downloadgentoo-bc30a378ac68c2ac23ba1519888e050c3dd16cfb.tar.gz
gentoo-bc30a378ac68c2ac23ba1519888e050c3dd16cfb.tar.bz2
gentoo-bc30a378ac68c2ac23ba1519888e050c3dd16cfb.zip
app-emulation/docker: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-17.06.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-17.06.2.ebuild b/app-emulation/docker/docker-17.06.2.ebuild
index 29b50ed130f2..8d869dab470f 100644
--- a/app-emulation/docker/docker-17.06.2.ebuild
+++ b/app-emulation/docker/docker-17.06.2.ebuild
@@ -20,7 +20,7 @@ else
DOCKER_GITCOMMIT="cec0b72"
EGIT_COMMIT="v${MY_PV}"
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