dev-ml/camlp5: fis QA warning on CFLAGS
authorAlfredo Tupone <tupone@gentoo.org>
Wed, 13 May 2020 08:10:43 +0000 (10:10 +0200)
committerAlfredo Tupone <tupone@gentoo.org>
Wed, 13 May 2020 08:11:19 +0000 (10:11 +0200)
Closes: https://bugs.gentoo.org/722360
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-ml/camlp5/camlp5-7.11.ebuild

index 999ed280a3f69db942063225c524a69955f6c469..87dad60235d59c1a7b53d44da38bde85d0b5890f 100644 (file)
@@ -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() {