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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A177158020 for ; Tue, 29 Nov 2022 10:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C221E07DB; Tue, 29 Nov 2022 10:25:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62DF3E07DB for ; Tue, 29 Nov 2022 10:25:37 +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 55B5C33C4EE for ; Tue, 29 Nov 2022 10:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 886DE75 for ; Tue, 29 Nov 2022 10:25:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1669717515.6097493a806801b9e7fca5a4252430387206df04.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/helm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/helm/helm-3.10.1.ebuild app-admin/helm/helm-3.8.1.ebuild app-admin/helm/helm-3.9.4.ebuild X-VCS-Directories: app-admin/helm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6097493a806801b9e7fca5a4252430387206df04 X-VCS-Branch: master Date: Tue, 29 Nov 2022 10:25:34 +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: 65540faf-bdb3-4a77-9cef-12df3121ded0 X-Archives-Hash: 9f326f5ce2a13e4a80373e0fd338ddd3 commit: 6097493a806801b9e7fca5a4252430387206df04 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 29 10:23:53 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 29 10:25:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6097493a app-admin/helm: Fix LICENSE Bug: https://bugs.gentoo.org/694708 Signed-off-by: Ulrich Müller gentoo.org> app-admin/helm/helm-3.10.1.ebuild | 2 +- app-admin/helm/helm-3.8.1.ebuild | 2 +- app-admin/helm/helm-3.9.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/helm/helm-3.10.1.ebuild b/app-admin/helm/helm-3.10.1.ebuild index 9cc7aee7c8c7..ff7b42ae9747 100644 --- a/app-admin/helm/helm-3.10.1.ebuild +++ b/app-admin/helm/helm-3.10.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh" SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" diff --git a/app-admin/helm/helm-3.8.1.ebuild b/app-admin/helm/helm-3.8.1.ebuild index c0d0f73bf809..41cb13fad22f 100644 --- a/app-admin/helm/helm-3.8.1.ebuild +++ b/app-admin/helm/helm-3.8.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh" SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB" SLOT="0" KEYWORDS="amd64 ~arm64" diff --git a/app-admin/helm/helm-3.9.4.ebuild b/app-admin/helm/helm-3.9.4.ebuild index d707e5503876..68afbf1f982b 100644 --- a/app-admin/helm/helm-3.9.4.ebuild +++ b/app-admin/helm/helm-3.9.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh" SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv"