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/cri-o/
Date: Thu, 19 Sep 2019 03:58:25
Message-Id: 1568865449.45470fbba409d453715b2ace41e40cea0f9b16de.zmedico@gentoo
1 commit: 45470fbba409d453715b2ace41e40cea0f9b16de
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 03:56:33 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 03:57:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45470fbb
7
8 app-emulation/cri-o: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Bug: https://bugs.gentoo.org/694890
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/cri-o/cri-o-1.10.6.ebuild | 2 +-
16 app-emulation/cri-o/cri-o-1.13.9.ebuild | 2 +-
17 app-emulation/cri-o/cri-o-1.15.1.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-emulation/cri-o/cri-o-1.10.6.ebuild b/app-emulation/cri-o/cri-o-1.10.6.ebuild
21 index 845da94a93b..a5292a57902 100644
22 --- a/app-emulation/cri-o/cri-o-1.10.6.ebuild
23 +++ b/app-emulation/cri-o/cri-o-1.10.6.ebuild
24 @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
25 HOMEPAGE="https://cri-o.io/"
26 SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 -LICENSE="Apache-2.0"
29 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
30 SLOT="0"
31 KEYWORDS="~amd64"
32 IUSE="btrfs +device-mapper ostree seccomp selinux"
33
34 diff --git a/app-emulation/cri-o/cri-o-1.13.9.ebuild b/app-emulation/cri-o/cri-o-1.13.9.ebuild
35 index 8fc1dca0d81..3331e9719be 100644
36 --- a/app-emulation/cri-o/cri-o-1.13.9.ebuild
37 +++ b/app-emulation/cri-o/cri-o-1.13.9.ebuild
38 @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
39 HOMEPAGE="https://cri-o.io/"
40 SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 -LICENSE="Apache-2.0"
43 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
44 SLOT="0"
45 KEYWORDS="~amd64"
46 IUSE="btrfs +device-mapper ostree seccomp selinux"
47
48 diff --git a/app-emulation/cri-o/cri-o-1.15.1.ebuild b/app-emulation/cri-o/cri-o-1.15.1.ebuild
49 index cfbec5e0e93..c439086a987 100644
50 --- a/app-emulation/cri-o/cri-o-1.15.1.ebuild
51 +++ b/app-emulation/cri-o/cri-o-1.15.1.ebuild
52 @@ -12,7 +12,7 @@ DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface"
53 HOMEPAGE="https://cri-o.io/"
54 SRC_URI="https://github.com/cri-o/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55
56 -LICENSE="Apache-2.0"
57 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
58 SLOT="0"
59 KEYWORDS="~amd64"
60 IUSE="btrfs +device-mapper selinux systemd"