diff options
author | 2019-11-05 18:06:01 -0800 | |
---|---|---|
committer | 2019-11-07 07:42:31 +0200 | |
commit | 6b0bd179f634839ba872980c4c84d26e1f2dc7f3 (patch) | |
tree | e291572ec7e22aff2143f34214f41ad7e9935120 /app-crypt/nitrocli | |
parent | app-crypt/nitrocli: Remove 0.2.3-r1 ebuild (diff) | |
download | gentoo-6b0bd179f634839ba872980c4c84d26e1f2dc7f3.tar.gz gentoo-6b0bd179f634839ba872980c4c84d26e1f2dc7f3.tar.bz2 gentoo-6b0bd179f634839ba872980c4c84d26e1f2dc7f3.zip |
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 <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/13564
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/nitrocli')
-rw-r--r-- | app-crypt/nitrocli/nitrocli-0.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |