From f2a19e329f886fb298543918063292f938ae0a00 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Oct 2021 06:45:53 +0100 Subject: dev-ml/ocaml-gettext: enable +ocamlopt by default Signed-off-by: Sam James --- dev-ml/ocaml-gettext/ocaml-gettext-0.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ml/ocaml-gettext') 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 ) -- cgit v1.2.3-65-gdbad