commit: 12a34ae76778db7da6d6829b5d00102206d74768 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 13:18:35 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 14:02:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a34ae7
dev-ml/timezone: default +ocamlopt Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/timezone/timezone-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/timezone/timezone-0.14.0.ebuild b/dev-ml/timezone/timezone-0.14.0.ebuild index 023d688e6b6..e6f2619a19a 100644 --- a/dev-ml/timezone/timezone-0.14.0.ebuild +++ b/dev-ml/timezone/timezone-0.14.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" +IUSE="+ocamlopt" RDEPEND=" dev-ml/core_kernel:=
