diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 20:38:39 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 20:38:39 +0100 |
commit | b0b02c83928c85cc7a8753932196e365438d632c (patch) | |
tree | b9d974b740b85db32a793e8b618c45124957e217 | |
parent | app-emulation/docker: Version bump to 18.06.2 (diff) | |
download | gentoo-b0b02c83928c85cc7a8753932196e365438d632c.tar.gz gentoo-b0b02c83928c85cc7a8753932196e365438d632c.tar.bz2 gentoo-b0b02c83928c85cc7a8753932196e365438d632c.zip |
app-emulation/docker: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
-rw-r--r-- | app-emulation/docker/docker-18.06.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-18.06.2.ebuild b/app-emulation/docker/docker-18.06.2.ebuild index 311e6048a8f5..8245be26fc71 100644 --- a/app-emulation/docker/docker-18.06.2.ebuild +++ b/app-emulation/docker/docker-18.06.2.ebuild @@ -20,7 +20,7 @@ else DOCKER_GITCOMMIT="6247962" 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 |