app-emulation/docker: add ~arm64 keyword
authorAlex Bennée <alex.bennee@linaro.org>
Sun, 3 Jun 2018 16:14:27 +0000 (17:14 +0100)
committerMart Raudsepp <leio@gentoo.org>
Mon, 4 Jun 2018 18:57:07 +0000 (21:57 +0300)
app-emulation/docker/docker-18.05.0.ebuild

index 1780bfcec93a8f8225167cab21a62b53591966b0..2aa4b4c2a9724ebaba6b05eba4752a228fab10a8 100644 (file)
@@ -20,7 +20,7 @@ else
        DOCKER_GITCOMMIT="f150324"
        EGIT_COMMIT="v${MY_PV}"
        SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm"
+       KEYWORDS="~amd64 ~arm ~arm64"
        [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!"
        inherit golang-vcs-snapshot
 fi