diff options
Diffstat (limited to 'app-emulation/docker/docker-18.09.4.ebuild')
-rw-r--r-- | app-emulation/docker/docker-18.09.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-18.09.4.ebuild b/app-emulation/docker/docker-18.09.4.ebuild index 5013b1449a1d..560eff8e1ffd 100644 --- a/app-emulation/docker/docker-18.09.4.ebuild +++ b/app-emulation/docker/docker-18.09.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then else DOCKER_GITCOMMIT="d14af54" SRC_URI="https://${EGO_PN}/archive/v${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 |