commit: 73b93cf26da07f28879b7598db256b5e249d7011 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 10:18:03 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 10:18:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b93cf2
app-emulation/flannel: keyword ~arm64 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> 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 921d9cf1928..a5f28c4632f 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"
