Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/flannel/
Date: Thu, 19 Sep 2019 00:36:46
Message-Id: 1568852780.8711441b5fa06d09913ebe5868c4b0c1f83ca753.zmedico@gentoo
1 commit: 8711441b5fa06d09913ebe5868c4b0c1f83ca753
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 00:22:11 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 00:26:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8711441b
7
8 app-emulation/flannel: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/694904
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-emulation/flannel/flannel-0.11.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild b/app-emulation/flannel/flannel-0.11.0.ebuild
19 index 0753cf0bc62..921d9cf1928 100644
20 --- a/app-emulation/flannel/flannel-0.11.0.ebuild
21 +++ b/app-emulation/flannel/flannel-0.11.0.ebuild
22 @@ -10,7 +10,7 @@ DESCRIPTION="An etcd backed network fabric for containers"
23 EGO_PN="github.com/coreos/flannel"
24 HOMEPAGE="https://github.com/coreos/flannel"
25 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 -LICENSE="Apache-2.0"
27 +LICENSE="Apache-2.0 BSD ISC LGPL-3 MIT"
28 SLOT="0"
29 IUSE="hardened"
30 RESTRICT="test"