diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 13:18:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 14:02:44 +0000 |
commit | d81a2d8d06bce78a08ea7670aa5f6919390d0842 (patch) | |
tree | c540018fccc91a63a2450415e76a0f3089797cbc /dev-ml/core | |
parent | dev-ml/timezone: default +ocamlopt (diff) | |
download | gentoo-d81a2d8d06bce78a08ea7670aa5f6919390d0842.tar.gz gentoo-d81a2d8d06bce78a08ea7670aa5f6919390d0842.tar.bz2 gentoo-d81a2d8d06bce78a08ea7670aa5f6919390d0842.zip |
dev-ml/core: default +ocamlopt
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/core')
-rw-r--r-- | dev-ml/core/core-0.14.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/core/core-0.14.0-r3.ebuild b/dev-ml/core/core-0.14.0-r3.ebuild index e3934669e900..6d8dc5b1f747 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" |