commit:     670e160052b9f2eaae49aa325af1a2eb4bb493d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 15:31:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 @ <AT>  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 <sam <AT> 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:=

Reply via email to