summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-24 17:05:10 +0000
committerSam James <sam@gentoo.org>2021-01-24 17:10:20 +0000
commit6e0103e79123dce00a972dd05b3adeb52eb7c526 (patch)
tree7bbd10102e39f2c55d13327e4e17dcf7d31e1d64 /dev-ml/spawn
parentdev-ml/core_kernel: add dev-ml/base_bigstring dep (diff)
downloadgentoo-6e0103e79123dce00a972dd05b3adeb52eb7c526.tar.gz
gentoo-6e0103e79123dce00a972dd05b3adeb52eb7c526.tar.bz2
gentoo-6e0103e79123dce00a972dd05b3adeb52eb7c526.zip
dev-ml/spawn: add ppx_expect test dep
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/spawn')
-rw-r--r--dev-ml/spawn/spawn-0.13.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ml/spawn/spawn-0.13.0.ebuild b/dev-ml/spawn/spawn-0.13.0.ebuild
index 3fc4dbd5f3bf..128e5d3f7283 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 )"