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 7980D159C96 for ; Sat, 27 Jul 2024 03:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C472BC013; Sat, 27 Jul 2024 03:19:36 +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 E98B02BC013 for ; Sat, 27 Jul 2024 03:19:35 +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 D579B34092E for ; Sat, 27 Jul 2024 03:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CBC1D88 for ; Sat, 27 Jul 2024 03:19:32 +0000 (UTC) From: "Hiroki Tokunaga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hiroki Tokunaga" Message-ID: <1722050338.dd442e0695922288149cf78cb96534136acb5ad5.tokusan441@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ocaml-version/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild X-VCS-Directories: dev-ml/ocaml-version/ X-VCS-Committer: tokusan441 X-VCS-Committer-Name: Hiroki Tokunaga X-VCS-Revision: dd442e0695922288149cf78cb96534136acb5ad5 X-VCS-Branch: dev Date: Sat, 27 Jul 2024 03:19:32 +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: 98203b3c-47d1-44a3-964e-e75c14f90711 X-Archives-Hash: 5c9b27ba3967aea6a49a30c74bc9fd30 commit: dd442e0695922288149cf78cb96534136acb5ad5 Author: Hiroki Tokunaga gmail com> AuthorDate: Sat Jul 27 03:18:58 2024 +0000 Commit: Hiroki Tokunaga gmail com> CommitDate: Sat Jul 27 03:18:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd442e06 dev-ml/ocaml-version: update LICENSE Signed-off-by: Hiroki Tokunaga gmail.com> dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild b/dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild index 3a9ae0e4d..26ec14736 100644 --- a/dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild +++ b/dev-ml/ocaml-version/ocaml-version-3.6.7.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Library to parse and enumerate releases of the OCaml compiler" HOMEPAGE="https://github.com/ocurrent/ocaml-version" SRC_URI="https://github.com/ocurrent/ocaml-version/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="ISC" SLOT="0/${PV}"