commit: 8d7bec694c774feb6856b2c9637c4b6bede65b59 Author: Hiroki Tokunaga <tokusan441 <AT> gmail <DOT> com> AuthorDate: Mon Jul 29 11:41:36 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Jul 29 11:41:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d7bec69
dev-ml/ocamlformat-rpc-lib: disable testing Closes: https://bugs.gentoo.org/936867 Signed-off-by: Hiroki Tokunaga <tokusan441 <AT> gmail.com> dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild b/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild index 9f5a24ff4..ded2cb747 100644 --- a/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild +++ b/dev-ml/ocamlformat-rpc-lib/ocamlformat-rpc-lib-0.26.2.ebuild @@ -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:=
