summaryrefslogtreecommitdiff
path: root/eclass/findlib.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/findlib.eclass')
-rw-r--r--eclass/findlib.eclass3
1 files changed, 2 insertions, 1 deletions
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"