Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/firecracker/
Date: Mon, 02 Dec 2019 14:06:50
Message-Id: 1575295603.cda5c104d744707d897e3bc57111b542f46948ec.zlogene@gentoo
1 commit: cda5c104d744707d897e3bc57111b542f46948ec
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 14:06:14 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 14:06:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda5c104
7
8 app-emulation/firecracker: fix license
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-emulation/firecracker/firecracker-0.18.0.ebuild | 2 +-
14 app-emulation/firecracker/firecracker-0.19.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/firecracker/firecracker-0.18.0.ebuild b/app-emulation/firecracker/firecracker-0.18.0.ebuild
18 index 144f6808a27..1535788a9f3 100644
19 --- a/app-emulation/firecracker/firecracker-0.18.0.ebuild
20 +++ b/app-emulation/firecracker/firecracker-0.18.0.ebuild
21 @@ -119,7 +119,7 @@ HOMEPAGE="https://firecracker-microvm.github.io https://github.com/firecracker-m
22 SRC_URI="https://github.com/firecracker-microvm/firecracker/archive/v${PV}.tar.gz -> ${P}.tar.gz
23 $(cargo_crate_uris ${CRATES})"
24
25 -LICENSE="|| ( Apache-2.0 MIT ) MPL-2.0"
26 +LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0"
27 SLOT="0"
28 KEYWORDS="-* ~amd64 ~x86"
29
30
31 diff --git a/app-emulation/firecracker/firecracker-0.19.0.ebuild b/app-emulation/firecracker/firecracker-0.19.0.ebuild
32 index f0db99a6b30..05c89111ba6 100644
33 --- a/app-emulation/firecracker/firecracker-0.19.0.ebuild
34 +++ b/app-emulation/firecracker/firecracker-0.19.0.ebuild
35 @@ -115,7 +115,7 @@ HOMEPAGE="https://firecracker-microvm.github.io https://github.com/firecracker-m
36 SRC_URI="https://github.com/firecracker-microvm/firecracker/archive/v${PV}.tar.gz -> ${P}.tar.gz
37 $(cargo_crate_uris ${CRATES})"
38
39 -LICENSE="|| ( Apache-2.0 MIT ) MPL-2.0"
40 +LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0"
41 SLOT="0"
42 KEYWORDS="-* ~amd64 ~x86"