summaryrefslogtreecommitdiff
path: root/dev-ml/merlin/merlin-4.5-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/merlin/merlin-4.5-r3.ebuild')
-rw-r--r--dev-ml/merlin/merlin-4.5-r3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/merlin/merlin-4.5-r3.ebuild b/dev-ml/merlin/merlin-4.5-r3.ebuild
index c33b0aee04ac..b3cc5b868e42 100644
--- a/dev-ml/merlin/merlin-4.5-r3.ebuild
+++ b/dev-ml/merlin/merlin-4.5-r3.ebuild
@@ -61,8 +61,11 @@ src_prepare() {
# Handle installation via the eclass
rm emacs/dune || die
- # This test runs only inside a git repo
- rm -r tests/test-dirs/occurrences/issue1404.t || die
+ # This test runs only inside a git repo,
+ # it is not included in merlin release for ocaml 4.12.
+ if [[ -f tests/test-dirs/occurrences/issue1404.t ]] ; then
+ rm tests/test-dirs/occurrences/issue1404.t || die
+ fi
}
src_compile() {