summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-02 06:45:53 +0100
committerSam James <sam@gentoo.org>2021-10-02 22:10:27 +0100
commitf2a19e329f886fb298543918063292f938ae0a00 (patch)
treed68861717d14d73182860d21ac5b65f58c915d56 /dev-ml/ocaml-gettext
parentdev-ml/stdlib-shims: enable +ocamlopt by default (diff)
downloadgentoo-f2a19e329f886fb298543918063292f938ae0a00.tar.gz
gentoo-f2a19e329f886fb298543918063292f938ae0a00.tar.bz2
gentoo-f2a19e329f886fb298543918063292f938ae0a00.zip
dev-ml/ocaml-gettext: enable +ocamlopt by default
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-gettext')
-rw-r--r--dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild
index 7af5b26e0ad4..ca902d4b1b81 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+IUSE="doc +ocamlopt test"
RESTRICT="!test? ( test )"
PATCHES=( "${FILESDIR}"/ocaml-unsafe-string.patch )