summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-09-18 17:22:11 -0700
committerZac Medico <zmedico@gentoo.org>2019-09-18 17:26:20 -0700
commit8711441b5fa06d09913ebe5868c4b0c1f83ca753 (patch)
treebab75258a8f40a60957e908524ef57610895aef4
parentapp-emulation/flannel: Remove old version 0.10.0 (diff)
downloadgentoo-8711441b5fa06d09913ebe5868c4b0c1f83ca753.tar.gz
gentoo-8711441b5fa06d09913ebe5868c4b0c1f83ca753.tar.bz2
gentoo-8711441b5fa06d09913ebe5868c4b0c1f83ca753.zip
app-emulation/flannel: LICENSE: account for vendored software
Reported-by: Michał Górny <mgorny@gentoo.org> Closes: https://bugs.gentoo.org/694904 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--app-emulation/flannel/flannel-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"