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 E5EC8158042 for ; Sun, 6 Oct 2024 04:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E005CE29AF; Sun, 6 Oct 2024 04:21:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8B59E29AF for ; Sun, 6 Oct 2024 04:21:33 +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 0C699343160 for ; Sun, 6 Oct 2024 04:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C1B1CBE for ; Sun, 6 Oct 2024 04:21:31 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1728188411.aeb5d63b2d4c67e9ec22356146cc57e82456c693.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/carapace/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/carapace/carapace-1.0.6-r1.ebuild app-shells/carapace/carapace-1.0.6.ebuild X-VCS-Directories: app-shells/carapace/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: aeb5d63b2d4c67e9ec22356146cc57e82456c693 X-VCS-Branch: dev Date: Sun, 6 Oct 2024 04:21:31 +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: 0889b9ed-07ef-4d24-9286-abf64e7691b8 X-Archives-Hash: 447d7cb9f9af4622ca8b4df632d05e66 commit: aeb5d63b2d4c67e9ec22356146cc57e82456c693 Author: Jonas Frei pm me> AuthorDate: Sun Oct 6 04:16:43 2024 +0000 Commit: Jonas Frei pm me> CommitDate: Sun Oct 6 04:20:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aeb5d63b app-shells/carapace: Fixed license from Apache-2.0 to MIT Signed-off-by: Jonas Frei pm.me> app-shells/carapace/{carapace-1.0.6.ebuild => carapace-1.0.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/carapace/carapace-1.0.6.ebuild b/app-shells/carapace/carapace-1.0.6-r1.ebuild similarity index 97% rename from app-shells/carapace/carapace-1.0.6.ebuild rename to app-shells/carapace/carapace-1.0.6-r1.ebuild index 36f915379..b0747212b 100644 --- a/app-shells/carapace/carapace-1.0.6.ebuild +++ b/app-shells/carapace/carapace-1.0.6-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" ${DEPS_URI}" S="${WORKDIR}/${PN}-bin-${PV}" -LICENSE="Apache-2.0" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64"