dev-ml/luv: add missing dependencies

Closes: https://bugs.gentoo.org/828518
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2021-12-07 20:22:06 +01:00
parent 878132b91d
commit dd719008c4

View File

@@ -6,14 +6,19 @@ EAPI=7
inherit dune
DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O"
SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz"
HOMEPAGE="https://github.com/aantron/luv"
SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz"
SLOT="0/${PV}"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/ocaml-ctypes"
RDEPEND="
dev-libs/libuv:=
dev-ml/ocaml-ctypes:=
dev-ml/result:=
"
DEPEND="${RDEPEND}"
BDEPEND=""
BDEPEND="test? ( dev-ml/alcotest )"