diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-31 12:18:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-31 12:18:25 +0200 |
commit | 73b93cf26da07f28879b7598db256b5e249d7011 (patch) | |
tree | 887207382eed64d70045001d4448b1684759f229 /app-emulation/flannel | |
parent | sys-cluster/kubernetes: keyword ~arm64 (diff) | |
download | gentoo-73b93cf26da07f28879b7598db256b5e249d7011.tar.gz gentoo-73b93cf26da07f28879b7598db256b5e249d7011.tar.bz2 gentoo-73b93cf26da07f28879b7598db256b5e249d7011.zip |
app-emulation/flannel: keyword ~arm64
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'app-emulation/flannel')
-rw-r--r-- | app-emulation/flannel/flannel-0.11.0.ebuild | 4 |
1 files 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 921d9cf19280..a5f28c4632f6 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" |