summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-12-08 21:17:17 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-12-08 22:54:15 +0100
commit8cde60638c172f55739327d76c931e9aa1e36bbf (patch)
tree2a552d92b85a3f6359ccafca3b5494cea9489418 /dev-ml/logs
parentdev-perl/TermReadKey: Remove old (diff)
downloadgentoo-8cde60638c172f55739327d76c931e9aa1e36bbf.tar.gz
gentoo-8cde60638c172f55739327d76c931e9aa1e36bbf.tar.bz2
gentoo-8cde60638c172f55739327d76c931e9aa1e36bbf.zip
dev-ml/logs: depend on opam-installer instead of opam
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/logs')
-rw-r--r--dev-ml/logs/logs-0.7.0-r1.ebuild (renamed from dev-ml/logs/logs-0.7.0.ebuild)12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild
index 86e91a5d29da..e422a0867153 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0-r1.ebuild
@@ -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 )
"
@@ -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
}