commit: 9eea5d9c51a31dcd22cd633bc5e9c560e4de5524 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 19:57:35 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 19:58:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea5d9c
dev-ml/stdcompat: ignore CFLAGS Closes: https://bugs.gentoo.org/880717 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/stdcompat/stdcompat-19.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild index e6001579ae46..bba75839ea6b 100644 --- a/dev-ml/stdcompat/stdcompat-19.ebuild +++ b/dev-ml/stdcompat/stdcompat-19.ebuild @@ -20,6 +20,9 @@ BDEPEND=" dev-ml/dune dev-ml/findlib[ocamlopt]" +# Do not complain about CFLAGS etc since ml projects do not use them. +QA_FLAGS_IGNORED='.*' + src_configure () { econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml }
