Skip to content

Commit

Permalink
dev-ml/logs: depend on opam-installer instead of opam
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Dec 8, 2021
1 parent ccdd966 commit 8cde606
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ RDEPEND="
cli? ( dev-ml/cmdliner:=[ocamlopt] )
lwt? ( dev-ml/lwt:= )
"
DEPEND="${RDEPEND}
dev-ml/opam
dev-ml/topkg
dev-ml/ocamlbuild
DEPEND="${RDEPEND}"
BDEPEND="
dev-ml/findlib
dev-ml/ocamlbuild
dev-ml/opam-installer
dev-ml/topkg
test? ( dev-ml/mtime )
"

Expand Down Expand Up @@ -62,5 +63,6 @@ src_install() {
--libdir="${D}/$(ocamlc -where)" \
--docdir="${ED}/usr/share/doc/${PF}" \
${PN}.install || die
dodoc CHANGES.md README.md

einstalldocs
}

0 comments on commit 8cde606

Please sign in to comment.