diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 13:19:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 14:02:45 +0000 |
commit | cc4d65eecc9c491227212f9b950c92362341e452 (patch) | |
tree | 16f8198f776fbf97906a2a7165bc8751db1cab03 /dev-ml/textutils | |
parent | dev-ml/core: default +ocamlopt (diff) | |
download | gentoo-cc4d65eecc9c491227212f9b950c92362341e452.tar.gz gentoo-cc4d65eecc9c491227212f9b950c92362341e452.tar.bz2 gentoo-cc4d65eecc9c491227212f9b950c92362341e452.zip |
dev-ml/textutils: default +ocamlopt
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r-- | dev-ml/textutils/textutils-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild index c20aa12fd620..ba944150ab6c 100644 --- a/dev-ml/textutils/textutils-0.14.0.ebuild +++ b/dev-ml/textutils/textutils-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:= |