From 6b0bd179f634839ba872980c4c84d26e1f2dc7f3 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 5 Nov 2019 18:06:01 -0800 Subject: [PATCH] app-crypt/nitrocli: Adjust LICENSE for 0.2.4 ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This change adjusts the value of LICENSE to include the licenses of all crates that find their way into the final installed binary. Closes: https://bugs.gentoo.org/694412 Signed-off-by: Daniel Müller Closes: https://github.com/gentoo/gentoo/pull/13564 Signed-off-by: Joonas Niilola --- app-crypt/nitrocli/nitrocli-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/nitrocli/nitrocli-0.2.4.ebuild b/app-crypt/nitrocli/nitrocli-0.2.4.ebuild index 9ee7ee1a7e43..74bf7e9cd067 100644 --- a/app-crypt/nitrocli/nitrocli-0.2.4.ebuild +++ b/app-crypt/nitrocli/nitrocli-0.2.4.ebuild @@ -43,7 +43,7 @@ DESCRIPTION="A command line application for interacting with Nitrokey devices" HOMEPAGE="https://github.com/d-e-s-o/nitrocli/tree/master/nitrocli" SRC_URI="$(cargo_crate_uris ${CRATES})" -LICENSE="GPL-3+" +LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -- 2.26.2