From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 32FE7138334 for ; Thu, 7 Nov 2019 05:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9C5E08F3; Thu, 7 Nov 2019 05:43:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E5968E08F5 for ; Thu, 7 Nov 2019 05:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D801B34C9F6 for ; Thu, 7 Nov 2019 05:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C28E8AB for ; Thu, 7 Nov 2019 05:42:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1573105351.6b0bd179f634839ba872980c4c84d26e1f2dc7f3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nitrocli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/nitrocli/nitrocli-0.2.4.ebuild X-VCS-Directories: app-crypt/nitrocli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6b0bd179f634839ba872980c4c84d26e1f2dc7f3 X-VCS-Branch: master Date: Thu, 7 Nov 2019 05:42:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c64d6db-4cd3-4126-ad2a-f19a9a8d2ab8 X-Archives-Hash: 7a074f3c89952d62d668a67f65eae57d commit: 6b0bd179f634839ba872980c4c84d26e1f2dc7f3 Author: Daniel Mueller posteo net> AuthorDate: Wed Nov 6 02:06:01 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 7 05:42:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0bd179 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 posteo.net> Closes: https://github.com/gentoo/gentoo/pull/13564 Signed-off-by: Joonas Niilola gentoo.org> 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 9ee7ee1a7e4..74bf7e9cd06 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=""