diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-06-14 13:35:01 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-06-14 13:35:01 +0200 |
commit | 28e3cdd8fa79e284c5be3ac72bdab084d516e7b8 (patch) | |
tree | 2c4ac18aada81fd5228b361d11c56211bb1ed74b | |
parent | net-libs/axtls: fix s/LDLAGS/LDFLAGS typo (diff) | |
download | gentoo-28e3cdd8fa79e284c5be3ac72bdab084d516e7b8.tar.gz gentoo-28e3cdd8fa79e284c5be3ac72bdab084d516e7b8.tar.bz2 gentoo-28e3cdd8fa79e284c5be3ac72bdab084d516e7b8.zip |
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@gentoo.org>
-rw-r--r-- | dev-ml/camlzip/camlzip-1.10.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild b/dev-ml/camlzip/camlzip-1.10.ebuild index 8158861f6091..3596e887407e 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() { |