diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-12-21 14:58:36 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-12-21 14:58:42 +0100 |
commit | 4594ec49046d3b6cc07e83e1d77153822428c2d2 (patch) | |
tree | 43842cde762f7c5f2f4ce65b66906c1c9ffcedfb /dev-ml | |
parent | media-radio/tucnak: add 4.39 (diff) | |
download | gentoo-4594ec49046d3b6cc07e83e1d77153822428c2d2.tar.gz gentoo-4594ec49046d3b6cc07e83e1d77153822428c2d2.tar.bz2 gentoo-4594ec49046d3b6cc07e83e1d77153822428c2d2.zip |
dev-ml/odoc: add missing fmt dep
Closes: https://bugs.gentoo.org/887709
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/odoc/odoc-2.2.0-r1.ebuild (renamed from dev-ml/odoc/odoc-2.2.0.ebuild) | 7 |
1 files 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 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:= " |