summaryrefslogtreecommitdiff
path: root/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-04-11 08:43:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-04-11 08:43:59 +0100
commitbb59556b3302a941db4630613c604644d5f7a617 (patch)
tree42e60b7ae227b0fe3af52dfac08d59653066a2db /dev-lang/ocaml/ocaml-5.3.0-r1.ebuild
parent3cd09a18bad26aad2645241b868755cfdf41b6ae (diff)
gentoo auto-resync : 11:04:2025 - 08:43:58HEADmaster
Diffstat (limited to 'dev-lang/ocaml/ocaml-5.3.0-r1.ebuild')
-rw-r--r--dev-lang/ocaml/ocaml-5.3.0-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild b/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild
index 5e0ea8f304bc..d4ed8c2a00b9 100644
--- a/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-5.3.0-r1.ebuild
@@ -43,6 +43,9 @@ src_prepare() {
-e 's/\(^OC_CFLAGS=.*\)/\1 $(LDFLAGS)/' \
-e 's/\(^OC_LDFLAGS=.*\)/\1 $(LDFLAGS)/' \
Makefile.config.in || die "LDFLAGS fix failed"
+
+ # drop failing test (domain_count < nproc)
+ rm testsuite/tests/parallel/recommended_domain_count_unix.ml || die
}
src_configure() {