From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29CF01581FD for ; Fri, 05 Sep 2025 07:58:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 157D2340D8B for ; Fri, 05 Sep 2025 07:58:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE56A110575; Fri, 05 Sep 2025 07:58:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B6FC6110575 for ; Fri, 05 Sep 2025 07:58:24 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7271B335D21 for ; Fri, 05 Sep 2025 07:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152B838C4 for ; Fri, 05 Sep 2025 07:58:22 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1757059029.d98f739cda51343eb0fb5c1d1e7275d1d159e30d.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild X-VCS-Directories: sys-fs/bcachefs-tools/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d98f739cda51343eb0fb5c1d1e7275d1d159e30d X-VCS-Branch: master Date: Fri, 05 Sep 2025 07:58:22 +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: 3bd26e8a-08d1-4346-b064-f5eb9fbad763 X-Archives-Hash: 2f526f6aa201b8c274d8ad074957e289 commit: d98f739cda51343eb0fb5c1d1e7275d1d159e30d Author: Florian Schmaus gentoo org> AuthorDate: Fri Sep 5 07:33:29 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Sep 5 07:57:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98f739c sys-fs/bcachefs-tools: update LICENSE Signed-off-by: Florian Schmaus gentoo.org> sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild | 4 +++- sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild index 5e86a42db177..407c9235d8c3 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild @@ -107,7 +107,9 @@ else KEYWORDS="~amd64 ~arm64" fi -LICENSE="Apache-2.0 BSD GPL-2 MIT" +LICENSE="GPL-2" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-DFS-2016" SLOT="0" IUSE="fuse verify-sig" RESTRICT="test" diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index 81160837f9cb..39c2e8d4734b 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -105,7 +105,9 @@ else KEYWORDS="~amd64 ~arm64" fi -LICENSE="Apache-2.0 BSD GPL-2 MIT" +LICENSE="GPL-2" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-DFS-2016" SLOT="0" IUSE="fuse verify-sig" RESTRICT="test"