summaryrefslogtreecommitdiff
path: root/dev-ml/logs/logs-0.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/logs/logs-0.7.0.ebuild')
-rw-r--r--dev-ml/logs/logs-0.7.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild
index 6636b9bb1bba..8435164a7c28 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0.ebuild
@@ -12,13 +12,12 @@ SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="javascript +fmt cli +lwt test"
+IUSE="+fmt cli +lwt test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-ml/result:=[ocamlopt]
dev-lang/ocaml:=[ocamlopt]
- javascript? ( dev-ml/js_of_ocaml:= )
fmt? ( dev-ml/fmt:= )
cli? ( dev-ml/cmdliner:=[ocamlopt] )
lwt? ( dev-ml/lwt:= )
@@ -44,7 +43,7 @@ src_prepare() {
src_compile() {
ocaml pkg/pkg.ml build \
- --with-js_of_ocaml $(usex javascript true false) \
+ --with-js_of_ocaml false \
--with-fmt $(usex fmt true false) \
--with-cmdliner $(usex cli true false) \
--with-lwt $(usex fmt true false) \