diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 21:36:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 21:36:17 +0000 |
commit | b2a62fc551d68063a126d24544b6d9b40f179ea6 (patch) | |
tree | e8b6817af47d3b72b02d1561d02f6247df670609 | |
parent | media-libs/ctl: Fix unquoted var (diff) | |
download | gentoo-b2a62fc551d68063a126d24544b6d9b40f179ea6.tar.gz gentoo-b2a62fc551d68063a126d24544b6d9b40f179ea6.tar.bz2 gentoo-b2a62fc551d68063a126d24544b6d9b40f179ea6.zip |
dev-ml/luv: fix ocamlopt dep
Signed-off-by: Sam James <sam@gentoo.org>
-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 |