summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-11-28 21:15:20 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-11-28 21:33:18 +0100
commiteb08ef7e5b810912fc1f9f90a5f584fff171af0c (patch)
tree55b2bebd5786afbdf104eb940420fe456f28a3f1 /dev-ml
parentdev-lang/boogie: bump to 2.16.0 (diff)
downloadgentoo-eb08ef7e5b810912fc1f9f90a5f584fff171af0c.tar.gz
gentoo-eb08ef7e5b810912fc1f9f90a5f584fff171af0c.tar.bz2
gentoo-eb08ef7e5b810912fc1f9f90a5f584fff171af0c.zip
dev-ml/merlin: remove seq reference from dune build file
Closes: https://bugs.gentoo.org/883433 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/merlin/merlin-4.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ml/merlin/merlin-4.6.ebuild b/dev-ml/merlin/merlin-4.6.ebuild
index 8086c63f9c25..f7843381a666 100644
--- a/dev-ml/merlin/merlin-4.6.ebuild
+++ b/dev-ml/merlin/merlin-4.6.ebuild
@@ -63,7 +63,7 @@ src_unpack() {
src_prepare() {
default
- # Handle installation via the eclass
+ # Handle ELisp installation via the Emacs Eclass.
rm emacs/dune || die
# This test runs only inside a git repo,
@@ -72,6 +72,9 @@ src_prepare() {
rm tests/test-dirs/occurrences/issue1404.t || die
fi
rm -r tests/test-dirs/locate/context-detection/cd-mod_constr.t || die
+
+ # Remove seq references from dune build files.
+ sed -i 's|seq||g' src/frontend/ocamlmerlin/dune || die
}
src_compile() {