diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-10-11 22:38:36 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-10-11 22:39:08 +0200 |
commit | 6ef4c5b1ca42a9d9cc1a51de1656005d2aaf3f8d (patch) | |
tree | c10357413fa5156c362785dfe12e74546cee6126 /dev-lang/ocaml | |
parent | net-fs/samba: stabilize 4.19.7 for sparc (diff) | |
download | gentoo-6ef4c5b1ca42a9d9cc1a51de1656005d2aaf3f8d.tar.gz gentoo-6ef4c5b1ca42a9d9cc1a51de1656005d2aaf3f8d.tar.bz2 gentoo-6ef4c5b1ca42a9d9cc1a51de1656005d2aaf3f8d.zip |
dev-lang/ocaml: ignoring TEXREL on x86
Closes: https://bugs.gentoo.org/939733
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |