diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
| commit | 3482ddf943eff7b8848f1fb31350b99ce349e86a (patch) | |
| tree | 9c9bb6ec6679e9dc44a84d87ba611989409b12ca /eclass/findlib.eclass | |
| parent | 8e8120eabdd28020aa69c7a60505cce2edd20adc (diff) | |
| download | baldeagleos-repo-21.1.3.tar.gz baldeagleos-repo-21.1.3.tar.xz baldeagleos-repo-21.1.3.zip | |
Updating liguros repov21.1.3
Diffstat (limited to 'eclass/findlib.eclass')
| -rw-r--r-- | eclass/findlib.eclass | 3 |
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" |
