From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1126775-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B5911138334
	for <garchives@archives.gentoo.org>; Mon,  2 Dec 2019 14:06:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F3A53E0880;
	Mon,  2 Dec 2019 14:06:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D25BEE0880
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2019 14:06:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8AC8E34D6C8
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2019 14:06:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C52018B9
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2019 14:06:45 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1575295603.cda5c104d744707d897e3bc57111b542f46948ec.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/firecracker/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/firecracker/firecracker-0.18.0.ebuild app-emulation/firecracker/firecracker-0.19.0.ebuild
X-VCS-Directories: app-emulation/firecracker/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: cda5c104d744707d897e3bc57111b542f46948ec
X-VCS-Branch: master
Date: Mon,  2 Dec 2019 14:06:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3a875a7c-f2d2-416f-a868-e46f1e2e01b1
X-Archives-Hash: 828d220a8ce6cf049bba1a7b608a4020

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"