From 73b93cf26da07f28879b7598db256b5e249d7011 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 31 Aug 2020 12:18:03 +0200 Subject: [PATCH] app-emulation/flannel: keyword ~arm64 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier --- app-emulation/flannel/flannel-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild b/app-emulation/flannel/flannel-0.11.0.ebuild index 921d9cf19280e..a5f28c4632f6b 100644 --- a/app-emulation/flannel/flannel-0.11.0.ebuild +++ b/app-emulation/flannel/flannel-0.11.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit golang-vcs-snapshot systemd user -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" DESCRIPTION="An etcd backed network fabric for containers" EGO_PN="github.com/coreos/flannel" HOMEPAGE="https://github.com/coreos/flannel"