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 39D81158015 for ; Tue, 26 Dec 2023 16:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F8C2BC022; Tue, 26 Dec 2023 16:47:05 +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 EF1842BC022 for ; Tue, 26 Dec 2023 16:47: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F02B2335DCD for ; Tue, 26 Dec 2023 16:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95806AE5 for ; Tue, 26 Dec 2023 16:47:02 +0000 (UTC) From: "sin-ack" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "sin-ack" Message-ID: <1703608934.542268040c7b28f12fb27ba4ac550b2c0ef7b6cf.sin-ack@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/opentofu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/opentofu/opentofu-1.6.0_rc1.ebuild X-VCS-Directories: app-admin/opentofu/ X-VCS-Committer: sin-ack X-VCS-Committer-Name: sin-ack X-VCS-Revision: 542268040c7b28f12fb27ba4ac550b2c0ef7b6cf X-VCS-Branch: dev Date: Tue, 26 Dec 2023 16:47:02 +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: 2e3936cf-8ebe-415f-af43-96d9245e3e32 X-Archives-Hash: 363b53c5ce25795eaac4c762aad99236 commit: 542268040c7b28f12fb27ba4ac550b2c0ef7b6cf Author: sin-ack protonmail com> AuthorDate: Tue Dec 26 16:42:14 2023 +0000 Commit: sin-ack protonmail com> CommitDate: Tue Dec 26 16:42:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54226804 app-admin/opentofu: update DESCRIPTION, LICENSE Signed-off-by: sin-ack protonmail.com> app-admin/opentofu/opentofu-1.6.0_rc1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/opentofu/opentofu-1.6.0_rc1.ebuild b/app-admin/opentofu/opentofu-1.6.0_rc1.ebuild index eb2b0e2813..6a2b3f9576 100644 --- a/app-admin/opentofu/opentofu-1.6.0_rc1.ebuild +++ b/app-admin/opentofu/opentofu-1.6.0_rc1.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit go-module -DESCRIPTION="A fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation" +DESCRIPTION="A fork of Terraform that is open-source and community-driven" HOMEPAGE="https://opentofu.org/" MY_PV="${PV/_rc/-rc}" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/opentofu/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar. https://github.com/sin-ack/opentofu-vendor/releases/download/v${MY_PV}/opentofu-v${MY_PV}-vendor.tar.gz" # Main package is MPL-2.0. The rest is obtained with `go-licenses csv ./cmd/tofu' -LICENSE="MPL-2.0 Apache-2.0 BSD-2-Clause ISC MIT" +LICENSE="MPL-2.0 Apache-2.0 BSD-2 ISC MIT" SLOT="0" KEYWORDS="~amd64"