commit: 28e3cdd8fa79e284c5be3ac72bdab084d516e7b8 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 11:35:01 2020 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 11:35:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e3cdd8
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 <tupone <AT> gentoo.org> 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 8158861f609..3596e887407 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() {
