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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2509813835A for ; Wed, 10 Feb 2021 15:31:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39634E0844; Wed, 10 Feb 2021 15:31:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2269AE0844 for ; Wed, 10 Feb 2021 15:31:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56816340F17 for ; Wed, 10 Feb 2021 15:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B59E4AF for ; Wed, 10 Feb 2021 15:31:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612971104.670e160052b9f2eaae49aa325af1a2eb4bb493d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/alcotest/alcotest-1.2.3-r2.ebuild dev-ml/alcotest/alcotest-1.2.3-r3.ebuild X-VCS-Directories: dev-ml/alcotest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 670e160052b9f2eaae49aa325af1a2eb4bb493d9 X-VCS-Branch: master Date: Wed, 10 Feb 2021 15:31:50 +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: 3788ba57-bcaa-4fe3-b46a-fa7901905d9d X-Archives-Hash: 9f1674aa71189586a2d60db468bad9db commit: 670e160052b9f2eaae49aa325af1a2eb4bb493d9 Author: Sam James gentoo org> AuthorDate: Wed Feb 10 15:31:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 10 15:31:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670e1600 dev-ml/alcotest: add lower bound on dev-ml/fmt Fixes issues like: File "src/alcotest-engine/cli.ml", line 243, characters 31-36: 243 | Fmt.(braces @ list ~sep:comma int) ppf (IntSet.elements set) ^^^^^ Error: Unbound value comma File "src/alcotest-engine/model.ml", line 9, characters 26-33: 9 | Uchar.to_int uchar |> Fmt.str "U+%04X" |> Buffer.add_string buf ^^^^^^^ Error: Unbound value Fmt.str Hint: Did you mean strf? Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/alcotest/{alcotest-1.2.3-r2.ebuild => alcotest-1.2.3-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/alcotest/alcotest-1.2.3-r2.ebuild b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild similarity index 96% rename from dev-ml/alcotest/alcotest-1.2.3-r2.ebuild rename to dev-ml/alcotest/alcotest-1.2.3-r3.ebuild index e036fd8f38e..ace735d8338 100644 --- a/dev-ml/alcotest/alcotest-1.2.3-r2.ebuild +++ b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-ml/core:= dev-ml/core_kernel:= dev-ml/duration:= - dev-ml/fmt:= + >=dev-ml/fmt-0.8.9:= dev-ml/mirage-clock:= dev-ml/re:= dev-ml/result:=