diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-02 17:06:14 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-02 17:06:43 +0300 |
commit | cda5c104d744707d897e3bc57111b542f46948ec (patch) | |
tree | 4dd29733e3d008240461cfafaab274c7e3b33e15 /app-emulation | |
parent | app-emulation/firecracker: Version bump (v0.19.0) (diff) | |
download | gentoo-cda5c104d744707d897e3bc57111b542f46948ec.tar.gz gentoo-cda5c104d744707d897e3bc57111b542f46948ec.tar.bz2 gentoo-cda5c104d744707d897e3bc57111b542f46948ec.zip |
app-emulation/firecracker: fix license
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/firecracker/firecracker-0.18.0.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/firecracker/firecracker-0.19.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/firecracker/firecracker-0.18.0.ebuild b/app-emulation/firecracker/firecracker-0.18.0.ebuild index 144f6808a279..1535788a9f3d 100644 --- a/app-emulation/firecracker/firecracker-0.18.0.ebuild +++ b/app-emulation/firecracker/firecracker-0.18.0.ebuild @@ -119,7 +119,7 @@ HOMEPAGE="https://firecracker-microvm.github.io https://github.com/firecracker-m SRC_URI="https://github.com/firecracker-microvm/firecracker/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" -LICENSE="|| ( Apache-2.0 MIT ) MPL-2.0" +LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0" SLOT="0" KEYWORDS="-* ~amd64 ~x86" diff --git a/app-emulation/firecracker/firecracker-0.19.0.ebuild b/app-emulation/firecracker/firecracker-0.19.0.ebuild index f0db99a6b302..05c89111ba62 100644 --- a/app-emulation/firecracker/firecracker-0.19.0.ebuild +++ b/app-emulation/firecracker/firecracker-0.19.0.ebuild @@ -115,7 +115,7 @@ HOMEPAGE="https://firecracker-microvm.github.io https://github.com/firecracker-m SRC_URI="https://github.com/firecracker-microvm/firecracker/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" -LICENSE="|| ( Apache-2.0 MIT ) MPL-2.0" +LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0" SLOT="0" KEYWORDS="-* ~amd64 ~x86" |