summaryrefslogtreecommitdiff
path: root/dev-ml/mtime/mtime-1.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/mtime/mtime-1.1.0.ebuild')
-rw-r--r--dev-ml/mtime/mtime-1.1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild
index 021313a0546e..91dfab39d4d9 100644
--- a/dev-ml/mtime/mtime-1.1.0.ebuild
+++ b/dev-ml/mtime/mtime-1.1.0.ebuild
@@ -12,11 +12,10 @@ SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="javascript test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-lang/ocaml:=[ocamlopt]
- javascript? ( dev-ml/js_of_ocaml:= )
"
DEPEND="${RDEPEND}
dev-ml/topkg
@@ -25,7 +24,7 @@ DEPEND="${RDEPEND}
src_compile() {
ocaml pkg/pkg.ml build \
- --with-js_of_ocaml $(usex javascript true false) \
+ --with-js_of_ocaml false \
--tests $(usex test true false) \
|| die
}