commit:     eb08ef7e5b810912fc1f9f90a5f584fff171af0c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:15:20 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:33:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb08ef7e

dev-ml/merlin: remove seq reference from dune build file

Closes: https://bugs.gentoo.org/883433
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/merlin/merlin-4.6.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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() {

Reply via email to