From: Daniel Mueller Date: Wed, 6 Nov 2019 02:06:01 +0000 (-0800) Subject: app-crypt/nitrocli: Adjust LICENSE for 0.2.4 ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b0bd179f634839ba872980c4c84d26e1f2dc7f3;p=gentoo.git app-crypt/nitrocli: Adjust LICENSE for 0.2.4 ebuild 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 --- 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=""