summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/luv/luv-0.5.10-r3.ebuild (renamed from dev-ml/luv/luv-0.5.10-r2.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/luv/luv-0.5.10-r2.ebuild b/dev-ml/luv/luv-0.5.10-r3.ebuild
index 4677361b7615..bab7576ca5ce 100644
--- a/dev-ml/luv/luv-0.5.10-r2.ebuild
+++ b/dev-ml/luv/luv-0.5.10-r3.ebuild
@@ -18,12 +18,12 @@ RESTRICT="!test? ( test )"
RDEPEND="
<=dev-lang/ocaml-4.13:=[ocamlopt?]
dev-libs/libuv:=
- dev-ml/ocaml-ctypes:=
- dev-ml/result:=
+ dev-ml/ocaml-ctypes:=[ocamlopt?]
+ dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/gnuconfig
- test? ( dev-ml/alcotest )"
+ test? ( dev-ml/alcotest[ocamlopt?] )"
src_prepare() {
default