commit:     8cde60638c172f55739327d76c931e9aa1e36bbf
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 20:17:17 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 21:54:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cde6063

dev-ml/logs: depend on opam-installer instead of opam

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/logs/{logs-0.7.0.ebuild => logs-0.7.0-r1.ebuild} | 12 +++++++-----
 1 file 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
similarity index 95%
rename from dev-ml/logs/logs-0.7.0.ebuild
rename to 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
 }

Reply via email to