diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-12-11 11:12:48 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-12-11 11:12:48 +0100 |
commit | 11d4182406b777ae98a3fd4bb35c82998c682362 (patch) | |
tree | 034edc3e0360900692831b0d7343b0540b360734 /app-emulation/docker | |
parent | app-emulation/runc: Stabilize on amd64 (diff) | |
download | gentoo-11d4182406b777ae98a3fd4bb35c82998c682362.tar.gz gentoo-11d4182406b777ae98a3fd4bb35c82998c682362.tar.bz2 gentoo-11d4182406b777ae98a3fd4bb35c82998c682362.zip |
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/docker')
-rw-r--r-- | app-emulation/docker/docker-18.06.1-r1.ebuild | 2 |
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 149bfeb91e81..a5aaa520b414 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 |