diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 20:56:33 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 20:57:29 -0700 |
commit | 45470fbba409d453715b2ace41e40cea0f9b16de (patch) | |
tree | a8cf064da87813cc6332dd17dbc402f3a09710f3 /app-emulation/cri-o | |
parent | app-emulation/cri-o: Remove old versions (diff) | |
download | gentoo-45470fbba409d453715b2ace41e40cea0f9b16de.tar.gz gentoo-45470fbba409d453715b2ace41e40cea0f9b16de.tar.bz2 gentoo-45470fbba409d453715b2ace41e40cea0f9b16de.zip |
app-emulation/cri-o: LICENSE: account for vendored software
Reported-by: Michał Górny <mgorny@gentoo.org>
Bug: https://bugs.gentoo.org/694890
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/cri-o')
-rw-r--r-- | app-emulation/cri-o/cri-o-1.10.6.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/cri-o/cri-o-1.13.9.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/cri-o/cri-o-1.15.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/cri-o/cri-o-1.10.6.ebuild b/app-emulation/cri-o/cri-o-1.10.6.ebuild index 845da94a93bd..a5292a57902f 100644 --- a/app-emulation/cri-o/cri-o-1.10.6.ebuild +++ b/app-emulation/cri-o/cri-o-1.10.6.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="btrfs +device-mapper ostree seccomp selinux" diff --git a/app-emulation/cri-o/cri-o-1.13.9.ebuild b/app-emulation/cri-o/cri-o-1.13.9.ebuild index 8fc1dca0d81e..3331e9719be1 100644 --- a/app-emulation/cri-o/cri-o-1.13.9.ebuild +++ b/app-emulation/cri-o/cri-o-1.13.9.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="btrfs +device-mapper ostree seccomp selinux" diff --git a/app-emulation/cri-o/cri-o-1.15.1.ebuild b/app-emulation/cri-o/cri-o-1.15.1.ebuild index cfbec5e0e93e..c439086a987c 100644 --- a/app-emulation/cri-o/cri-o-1.15.1.ebuild +++ b/app-emulation/cri-o/cri-o-1.15.1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/cri-o/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="btrfs +device-mapper selinux systemd" |