commit: d81a2d8d06bce78a08ea7670aa5f6919390d0842 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 13:18:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 14:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81a2d8d
dev-ml/core: default +ocamlopt Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/core/core-0.14.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/core/core-0.14.0-r3.ebuild b/dev-ml/core/core-0.14.0-r3.ebuild index e3934669e90..6d8dc5b1f74 100644 --- a/dev-ml/core/core-0.14.0-r3.ebuild +++ b/dev-ml/core/core-0.14.0-r3.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" +IUSE="+ocamlopt" # TODO: Wants quickcheck_deprecated? RESTRICT="test"