commit: 6ef4c5b1ca42a9d9cc1a51de1656005d2aaf3f8d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Oct 11 20:38:36 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Oct 11 20:39:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef4c5b1
dev-lang/ocaml: ignoring TEXREL on x86 Closes: https://bugs.gentoo.org/939733 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/ocaml/ocaml-4.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ocaml/ocaml-4.14.2.ebuild b/dev-lang/ocaml/ocaml-4.14.2.ebuild index 8e7f57e9ba57..2658c9aac397 100644 --- a/dev-lang/ocaml/ocaml-4.14.2.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.2.ebuild @@ -20,7 +20,7 @@ BDEPEND="${RDEPEND} PDEPEND="emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml )" -QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs' +QA_FLAGS_IGNORED='/usr/lib.*/ocaml/.*.cmxs /usr/lib.*/ocaml/libasmrun_shared.so' src_prepare() { default
