summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
index 1d1ebd657c98..5431fd63650c 100644
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="OCaml bindings for OpenSSL"
SRC_URI="https://github.com/savonet/ocaml-ssl/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/savonet/ocaml-ssl"
-IUSE="doc +ocamlopt"
+IUSE="+ocamlopt"
BDEPEND="dev-ml/dune-configurator"
DEPEND="dev-libs/openssl:0=
@@ -25,9 +25,4 @@ src_install() {
dune_src_install
dodoc CHANGES README.md
-
- if use doc; then
- docinto html
- dodoc -r doc/html/*
- fi
}