mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-util/ocamlformat: fix missing dependencies
Closes: https://bugs.gentoo.org/936871 Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
@@ -28,10 +28,14 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
# Includes testing dependencies of `ocamlformat-lib`.
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-ml/cmdliner-1.2.0:=
|
||||
~dev-ml/ocamlformat-rpc-lib-${PV}:=
|
||||
|
||||
>=dev-ml/alcotest-1.3.0:=
|
||||
>=dev-util/ocp-indent-1.8.1:=
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user