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 69EC115808B for ; Sun, 1 Sep 2024 15:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062C9E2A1F; Sun, 1 Sep 2024 15:53:24 +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 DA048E2A1F for ; Sun, 1 Sep 2024 15:53:23 +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 DBD9E343129 for ; Sun, 1 Sep 2024 15:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405B21F34 for ; Sun, 1 Sep 2024 15:53:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725194672.c094a5534b1b521281669aacc491999205551325.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/talosctl-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild X-VCS-Directories: app-admin/talosctl-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c094a5534b1b521281669aacc491999205551325 X-VCS-Branch: master Date: Sun, 1 Sep 2024 15:53:21 +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: 12a81a16-af38-4cfe-9e88-c76dc228bebc X-Archives-Hash: a41d808dc2a498bd2cc6c7895680d64c commit: c094a5534b1b521281669aacc491999205551325 Author: Skyler Mäntysaari skym fi> AuthorDate: Sun Sep 1 12:41:18 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Sep 1 12:44:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c094a553 app-admin/talosctl-bin: new package, add 1.7.6 Signed-off-by: Skyler Mäntysaari skym.fi> app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild index 1de0efe9e..09140090c 100644 --- a/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild +++ b/app-admin/talosctl-bin/talosctl-bin-1.7.6.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API HOMEPAGE="https://www.talos.dev/v1.7/" SLOT="0" S="${WORKDIR}" -LICENSE="MPL2.0" +LICENSE="MPL-2.0" KEYWORDS="~amd64 ~arm ~arm64" SRC_URI=" amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> talosctl-amd64-v${PV} )