diff options
Diffstat (limited to 'dev-ml/logs/logs-0.6.3.ebuild')
-rw-r--r-- | dev-ml/logs/logs-0.6.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/logs/logs-0.6.3.ebuild b/dev-ml/logs/logs-0.6.3.ebuild index 7e256da93be1..978b7cf88e07 100644 --- a/dev-ml/logs/logs-0.6.3.ebuild +++ b/dev-ml/logs/logs-0.6.3.ebuild @@ -12,13 +12,12 @@ SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64" -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:= ) @@ -33,7 +32,7 @@ DEPEND="${RDEPEND} 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) \ |