From 28e3cdd8fa79e284c5be3ac72bdab084d516e7b8 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 14 Jun 2020 13:35:01 +0200 Subject: [PATCH] dev-ml/camlzip: Remove QA warning Closes: https://bugs.gentoo.org/728036 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone --- dev-ml/camlzip/camlzip-1.10.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild b/dev-ml/camlzip/camlzip-1.10.ebuild index 8158861f60915..3596e887407ec 100644 --- a/dev-ml/camlzip/camlzip-1.10.ebuild +++ b/dev-ml/camlzip/camlzip-1.10.ebuild @@ -19,6 +19,11 @@ RDEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?] >=sys-libs/zlib-1.1.3" DEPEND="${RDEPEND}" +QA_FLAGS_IGNORED=( + "/usr/lib.*/ocaml/stublibs/dllcamlzip.so" + "/usr/lib.*/ocaml/zip/zip.cmxs" +) + S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')" src_compile() {