diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-05-13 10:10:43 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-05-13 10:11:19 +0200 |
commit | a828a291d0e70df9d734162ee846a217e406e338 (patch) | |
tree | fb10d1906ff8b3392f76b1101699f855307fdd9f /dev-ml | |
parent | profiles/arch/amd64/x32: align gitea with similar masks (diff) | |
download | gentoo-a828a291d0e70df9d734162ee846a217e406e338.tar.gz gentoo-a828a291d0e70df9d734162ee846a217e406e338.tar.bz2 gentoo-a828a291d0e70df9d734162ee846a217e406e338.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.11.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild index 999ed280a3f6..87dad60235d5 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() { |