From: Zac Medico Date: Thu, 19 Sep 2019 00:22:11 +0000 (-0700) Subject: app-emulation/flannel: LICENSE: account for vendored software X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8711441b5fa06d09913ebe5868c4b0c1f83ca753;p=gentoo.git app-emulation/flannel: LICENSE: account for vendored software Reported-by: Michał Górny Closes: https://bugs.gentoo.org/694904 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico --- diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild b/app-emulation/flannel/flannel-0.11.0.ebuild index 0753cf0bc62e..921d9cf19280 100644 --- a/app-emulation/flannel/flannel-0.11.0.ebuild +++ b/app-emulation/flannel/flannel-0.11.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An etcd backed network fabric for containers" EGO_PN="github.com/coreos/flannel" HOMEPAGE="https://github.com/coreos/flannel" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD ISC LGPL-3 MIT" SLOT="0" IUSE="hardened" RESTRICT="test"