summaryrefslogtreecommitdiff
path: root/app-emulation/docker/docker-18.09.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/docker/docker-18.09.7.ebuild')
-rw-r--r--app-emulation/docker/docker-18.09.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-18.09.7.ebuild b/app-emulation/docker/docker-18.09.7.ebuild
index 2da1efbfefaf..e466c07b7c13 100644
--- a/app-emulation/docker/docker-18.09.7.ebuild
+++ b/app-emulation/docker/docker-18.09.7.ebuild
@@ -14,7 +14,7 @@ else
DOCKER_GITCOMMIT="2d0083d"
MY_PV=${PV/_/-}
SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.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