dev-ml/ocamlformat-rpc-lib: disable testing

Closes: https://bugs.gentoo.org/936867
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
Hiroki Tokunaga
2024-07-29 20:41:36 +09:00
parent 6b408f87ff
commit 8d7bec694c

View File

@@ -21,7 +21,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
# Tests are covered in the tests of `dev-ml/ocamlformat`.
RESTRICT="test"
RDEPEND="
>=dev-ml/csexp-1.4.0:=