From bf7791b79da4b59159c43c653b37e08bb2eff6bf Mon Sep 17 00:00:00 2001 From: Alfredo Tupone <tupone@gentoo.org> Date: Mon, 25 Jan 2021 17:29:57 +0100 Subject: eclass: ignoring flags warning in findlib.eclass Signed-off-by: Alfredo Tupone <tupone@gentoo.org> --- eclass/findlib.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index 8fc5fd625a17..8090d6ce5c29 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" -- cgit v1.2.3-65-gdbad