findlib.eclass: flip to +ocamlopt

This is the expectation in general, and it's
masked on arches where it's not available.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-11 00:14:57 +00:00
parent 84c103ce7c
commit f6eab86e50

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: findlib.eclass
@@ -23,7 +23,7 @@ _FINDLIB_ECLASS=1
QA_FLAGS_IGNORED='.*'
# Required to use the ocamlopt? dep in RDEPEND below
IUSE="ocamlopt"
IUSE="+ocamlopt"
# From this findlib version, there is proper stublibs support.
DEPEND=">=dev-ml/findlib-1.0.4-r1"