summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-13 13:18:13 +0000
committerSam James <sam@gentoo.org>2021-03-13 14:02:42 +0000
commitf44fd627e80f53a659dd675f093eeeef85886ef1 (patch)
tree2237750c17703a9ffb0d587e52143e61c17771bd /dev-ml/spawn
parentapp-dicts/aspell-nb: drop old version (diff)
downloadgentoo-f44fd627e80f53a659dd675f093eeeef85886ef1.tar.gz
gentoo-f44fd627e80f53a659dd675f093eeeef85886ef1.tar.bz2
gentoo-f44fd627e80f53a659dd675f093eeeef85886ef1.zip
dev-ml/spawn: default +ocamlopt
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/spawn')
-rw-r--r--dev-ml/spawn/spawn-0.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/spawn/spawn-0.13.0.ebuild b/dev-ml/spawn/spawn-0.13.0.ebuild
index 45c1bb209e5b..ed9e30e5adad 100644
--- a/dev-ml/spawn/spawn-0.13.0.ebuild
+++ b/dev-ml/spawn/spawn-0.13.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="ocamlopt test"
+IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( dev-ml/ppx_expect )"