commit: bf7791b79da4b59159c43c653b37e08bb2eff6bf Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 16:29:57 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 16:29:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7791b7
eclass: ignoring flags warning in findlib.eclass Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> eclass/findlib.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index 8fc5fd625a1..8090d6ce5c2 100644 --- a/eclass/findlib.eclass +++ b/eclass/findlib.eclass @@ -10,7 +10,8 @@ # @DESCRIPTION: # ocamlfind (a.k.a. findlib) eclass - +# Do not complain about CFLAGS etc since ml projects do not use them. +QA_FLAGS_IGNORED='.*' # From this findlib version there is proper stublibs support. DEPEND=">=dev-ml/findlib-1.0.4-r1"
