diff options
Diffstat (limited to 'dev-ml/fmt')
-rw-r--r-- | dev-ml/fmt/fmt-0.8.4.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-ml/fmt/fmt-0.8.4.ebuild b/dev-ml/fmt/fmt-0.8.4.ebuild index 8e0f58572e56..19b27b4284d0 100644 --- a/dev-ml/fmt/fmt-0.8.4.ebuild +++ b/dev-ml/fmt/fmt-0.8.4.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit findlib +inherit findlib opam DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions" HOMEPAGE="http://erratique.ch/software/fmt https://github.com/dbuenzli/fmt" @@ -19,7 +19,6 @@ RDEPEND="dev-ml/result:=[ocamlopt] dev-ml/uchar:=[ocamlopt] dev-ml/cmdliner:=[ocamlopt]" DEPEND="${RDEPEND} - dev-ml/opam >=dev-ml/topkg-0.9 dev-ml/ocamlbuild dev-ml/findlib" @@ -31,12 +30,3 @@ src_compile() { src_test() { ocaml pkg/pkg.ml test || die } - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -} |