commit: cda5c104d744707d897e3bc57111b542f46948ec Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Dec 2 14:06:14 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Dec 2 14:06:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda5c104
app-emulation/firecracker: fix license Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> app-emulation/firecracker/firecracker-0.18.0.ebuild | 2 +- 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 144f6808a27..1535788a9f3 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 f0db99a6b30..05c89111ba6 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"
