From 07633c47018207a46872866347dc346303050425 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 15 Jun 2015 16:48:44 -0700 Subject: [PATCH] app-emulation/docker: Add arm64 keywords Signed-off-by: Geoff Levand --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index f1c65c0344..b827f88fb2 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then else CROS_WORKON_COMMIT="7c8fca2ddb58c8d2c4fb4df31c242886df7dd257" # v1.6.2 DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}" - KEYWORDS="amd64" + KEYWORDS="amd64 arm64" fi inherit bash-completion-r1 linux-info multilib systemd udev user cros-workon