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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6524F1581EE for ; Fri, 22 Nov 2024 18:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E8FE08A8; Fri, 22 Nov 2024 18:32:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F077E08C4 for ; Fri, 22 Nov 2024 18:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83B66342FAE for ; Fri, 22 Nov 2024 18:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1EC2AED for ; Fri, 22 Nov 2024 18:32:01 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1732268411.f076b37c4e8f51cc64a2b5d76c29fdd11e9584d2.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/just/just-1.37.0.ebuild X-VCS-Directories: dev-build/just/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f076b37c4e8f51cc64a2b5d76c29fdd11e9584d2 X-VCS-Branch: master Date: Fri, 22 Nov 2024 18:32:01 +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: 20091886-3026-46d9-9632-b2031be3e950 X-Archives-Hash: c3dfc3a0a648382f763017162ab1103c commit: f076b37c4e8f51cc64a2b5d76c29fdd11e9584d2 Author: Joe Kappus wt gd> AuthorDate: Fri Nov 22 09:40:05 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Nov 22 09:40:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f076b37c dev-build/just: update LICENSE pycargoebuild generates correct LICENSE that matches cargo-license. Old from cargo-ebuild was incorrect. Signed-off-by: Joe Kappus wt.gd> dev-build/just/just-1.37.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-build/just/just-1.37.0.ebuild b/dev-build/just/just-1.37.0.ebuild index 3b54bdeab..e8cef3592 100644 --- a/dev-build/just/just-1.37.0.ebuild +++ b/dev-build/just/just-1.37.0.ebuild @@ -174,7 +174,9 @@ HOMEPAGE=" " SRC_URI="${CARGO_CRATE_URIS}" -LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" +LICENSE="CC0-1.0" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD-2 CC0-1.0 MIT MPL-2.0 Unicode-3.0" SLOT="0" KEYWORDS="~amd64 ~arm64"