commit: 6e0103e79123dce00a972dd05b3adeb52eb7c526 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 24 17:05:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 24 17:10:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0103e7
dev-ml/spawn: add ppx_expect test dep Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/spawn/spawn-0.13.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ml/spawn/spawn-0.13.0.ebuild b/dev-ml/spawn/spawn-0.13.0.ebuild index 3fc4dbd5f3b..128e5d3f728 100644 --- a/dev-ml/spawn/spawn-0.13.0.ebuild +++ b/dev-ml/spawn/spawn-0.13.0.ebuild @@ -12,4 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="ocamlopt" +IUSE="ocamlopt test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( dev-ml/ppx_expect )"
