diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-06-03 17:08:50 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-04 21:57:06 +0300 |
commit | 03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93 (patch) | |
tree | 98169647512837c3705e18cdc2daa64d7f7bc251 /app-emulation/docker-proxy | |
parent | app-emulation/runc: add ~arm64 keyword (diff) | |
download | gentoo-03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93.tar.gz gentoo-03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93.tar.bz2 gentoo-03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93.zip |
app-emulation/docker-proxy: add ~arm64 keyword
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild index a17618652228..a6ad01507cac 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="c15b372ef22125880d378167dde44f4b134e1a77" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-vcs-snapshot fi |