Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/flannel/
Date: Mon, 31 Aug 2020 10:18:44
Message-Id: 1598869105.73b93cf26da07f28879b7598db256b5e249d7011.aballier@gentoo
1 commit: 73b93cf26da07f28879b7598db256b5e249d7011
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 10:18:03 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 10:18:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b93cf2
7
8 app-emulation/flannel: keyword ~arm64
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 app-emulation/flannel/flannel-0.11.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild b/app-emulation/flannel/flannel-0.11.0.ebuild
17 index 921d9cf1928..a5f28c4632f 100644
18 --- a/app-emulation/flannel/flannel-0.11.0.ebuild
19 +++ b/app-emulation/flannel/flannel-0.11.0.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 inherit golang-vcs-snapshot systemd user
28
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm64"
31 DESCRIPTION="An etcd backed network fabric for containers"
32 EGO_PN="github.com/coreos/flannel"
33 HOMEPAGE="https://github.com/coreos/flannel"