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 2E809158043 for ; Fri, 19 Apr 2024 13:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F384E29E2; Fri, 19 Apr 2024 13:04:26 +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 4C351E29E2 for ; Fri, 19 Apr 2024 13:04:26 +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 3600B343482 for ; Fri, 19 Apr 2024 13:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF08121B for ; Fri, 19 Apr 2024 13:04:23 +0000 (UTC) From: "Marcus Haukelid Larsen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcus Haukelid Larsen" Message-ID: <1713531844.4c388eab9d5ca5a016580876ccc18a5a03821b5c.mhl@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/chezmoi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/chezmoi/chezmoi-2.47.3.ebuild X-VCS-Directories: app-admin/chezmoi/ X-VCS-Committer: mhl X-VCS-Committer-Name: Marcus Haukelid Larsen X-VCS-Revision: 4c388eab9d5ca5a016580876ccc18a5a03821b5c X-VCS-Branch: dev Date: Fri, 19 Apr 2024 13:04:23 +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: 4df2face-1aca-4e0a-803f-3eec772b4688 X-Archives-Hash: 8c641e8256ae480e3cefc33e0347cc38 commit: 4c388eab9d5ca5a016580876ccc18a5a03821b5c Author: Marcus Haukelid Larsen haukelid dk> AuthorDate: Fri Apr 19 12:52:06 2024 +0000 Commit: Marcus Haukelid Larsen haukelid dk> CommitDate: Fri Apr 19 13:04:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c388eab app-admin/chezmoi: add 2.47.3, drop 2.39.1 Signed-off-by: Marcus Haukelid Larsen haukelid.dk> app-admin/chezmoi/chezmoi-2.47.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/chezmoi/chezmoi-2.47.3.ebuild b/app-admin/chezmoi/chezmoi-2.47.3.ebuild index 8d677bbc3e..14b5fe2153 100644 --- a/app-admin/chezmoi/chezmoi-2.47.3.ebuild +++ b/app-admin/chezmoi/chezmoi-2.47.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.chezmoi.io/" SRC_URI="https://github.com/twpayne/chezmoi/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://github.com/MHaukelid/ebuild-vendored/releases/download/${P}/${P}-vendor.tar.xz" -LICENSE="BSD-3-Clause BSD-2-Clause MIT Apache-2.0 " +LICENSE="BSD BSD-2 MIT Apache-2.0 " SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror"