summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-25 17:29:57 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-25 17:29:57 +0100
commitbf7791b79da4b59159c43c653b37e08bb2eff6bf (patch)
tree9d38c7f5822fd5c1426fadf16a5ee0d49040c451
parentapp-crypt/pinentry: Version bump (v1.1.1) (diff)
downloadgentoo-bf7791b79da4b59159c43c653b37e08bb2eff6bf.tar.gz
gentoo-bf7791b79da4b59159c43c653b37e08bb2eff6bf.tar.bz2
gentoo-bf7791b79da4b59159c43c653b37e08bb2eff6bf.zip
eclass: ignoring flags warning in findlib.eclass
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-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"