summaryrefslogtreecommitdiff
path: root/sci-mathematics/coq/coq-8.17.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-11 23:39:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-11 23:39:55 +0100
commit7d040c2d1b0c38c8635ec28dfaa632a2db8be895 (patch)
tree78e9474cad949bcd1254749d61f4f6b9e7d488bf /sci-mathematics/coq/coq-8.17.0.ebuild
parent0d39cf7bd8aae36b5d8eb4272a42dc6919216e34 (diff)
gentoo auto-resync : 11:04:2023 - 23:39:54
Diffstat (limited to 'sci-mathematics/coq/coq-8.17.0.ebuild')
-rw-r--r--sci-mathematics/coq/coq-8.17.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/sci-mathematics/coq/coq-8.17.0.ebuild b/sci-mathematics/coq/coq-8.17.0.ebuild
index 19df902424b8..f8376e6eeb69 100644
--- a/sci-mathematics/coq/coq-8.17.0.ebuild
+++ b/sci-mathematics/coq/coq-8.17.0.ebuild
@@ -53,6 +53,13 @@ BDEPEND="
DOCS=( CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS INSTALL.md README.md )
+src_prepare() {
+ # Remove failing tests. bug #859877
+ rm -r test-suite/coq-makefile/timing || die
+
+ default
+}
+
src_configure() {
export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"