summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-12-11 11:12:48 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-12-11 11:12:48 +0100
commit11d4182406b777ae98a3fd4bb35c82998c682362 (patch)
tree034edc3e0360900692831b0d7343b0540b360734 /app-emulation
parent3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79 (diff)
downloadgentoo-11d4182406b777ae98a3fd4bb35c82998c682362.tar.gz
gentoo-11d4182406b777ae98a3fd4bb35c82998c682362.tar.xz
app-emulation/docker: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg@gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-18.06.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-18.06.1-r1.ebuild b/app-emulation/docker/docker-18.06.1-r1.ebuild
index 149bfeb91e8..a5aaa520b41 100644
--- a/app-emulation/docker/docker-18.06.1-r1.ebuild
+++ b/app-emulation/docker/docker-18.06.1-r1.ebuild
@@ -20,7 +20,7 @@ else
DOCKER_GITCOMMIT="e68fc7a"
EGIT_COMMIT="v${MY_PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64"
+ KEYWORDS="amd64 ~arm ~arm64"
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!"
inherit golang-vcs-snapshot
fi