mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user