Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 11 Jan 2022 00:15:32
Message-Id: 1641860121.f6eab86e501b7732fda3c5b8963ae4686a981c79.sam@gentoo
1 commit: f6eab86e501b7732fda3c5b8963ae4686a981c79
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 00:14:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 00:15:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6eab86e
7
8 findlib.eclass: flip to +ocamlopt
9
10 This is the expectation in general, and it's
11 masked on arches where it's not available.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 eclass/findlib.eclass | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass
19 index 3b19b30c57c9..0e14514e298f 100644
20 --- a/eclass/findlib.eclass
21 +++ b/eclass/findlib.eclass
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # @ECLASS: findlib.eclass
28 @@ -23,7 +23,7 @@ _FINDLIB_ECLASS=1
29 QA_FLAGS_IGNORED='.*'
30
31 # Required to use the ocamlopt? dep in RDEPEND below
32 -IUSE="ocamlopt"
33 +IUSE="+ocamlopt"
34
35 # From this findlib version, there is proper stublibs support.
36 DEPEND=">=dev-ml/findlib-1.0.4-r1"