commit:     4594ec49046d3b6cc07e83e1d77153822428c2d2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 13:58:36 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 13:58:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594ec49

dev-ml/odoc: add missing fmt dep

Closes: https://bugs.gentoo.org/887709
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/odoc/{odoc-2.2.0.ebuild => odoc-2.2.0-r1.ebuild} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ml/odoc/odoc-2.2.0.ebuild b/dev-ml/odoc/odoc-2.2.0-r1.ebuild
similarity index 83%
rename from dev-ml/odoc/odoc-2.2.0.ebuild
rename to dev-ml/odoc/odoc-2.2.0-r1.ebuild
index a8dbd0b6ee6c..5028b9801081 100644
--- a/dev-ml/odoc/odoc-2.2.0.ebuild
+++ b/dev-ml/odoc/odoc-2.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit dune
 
 DESCRIPTION="OCaml documentation generator"
-HOMEPAGE="http://github.com/ocaml/odoc";
+HOMEPAGE="http://github.com/ocaml/odoc/";
 SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz";
 
 LICENSE="ISC"
@@ -16,11 +16,12 @@ IUSE="+ocamlopt test"
 RESTRICT="test" # ocaml-crunch not in the tree
 
 RDEPEND="
-       dev-ml/odoc-parser:=
        dev-ml/astring:=
        dev-ml/cmdliner:=
        dev-ml/cppo:=
+       dev-ml/fmt:=
        dev-ml/fpath:=
+       dev-ml/odoc-parser:=
        dev-ml/result:=
        dev-ml/tyxml:=
 "

Reply via email to