commit:     a828a291d0e70df9d734162ee846a217e406e338
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 08:10:43 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 13 08:11:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a828a291

dev-ml/camlp5: fis QA warning on CFLAGS

Closes: https://bugs.gentoo.org/722360
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camlp5/camlp5-7.11.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild
index 999ed280a3f..87dad60235d 100644
--- a/dev-ml/camlp5/camlp5-7.11.ebuild
+++ b/dev-ml/camlp5/camlp5-7.11.ebuild
@@ -18,6 +18,10 @@ IUSE="doc +ocamlopt"
 DEPEND="dev-lang/ocaml"
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED=(
+       /usr/bin/camlp5[or].opt
+)
+
 DOCS="CHANGES DEVEL ICHANGES README.md UPGRADING MODE"
 
 src_configure() {

Reply via email to