commit: dcebe2c2aa84327bbf3cf0d8919edbf788807c10 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Mon Dec 8 16:39:36 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Mon Dec 8 16:40:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcebe2c2
dev-ml/dune-private-libs: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/dune-private-libs-2.9.3-test.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-ml/dune-private-libs/files/dune-private-libs-2.9.3-test.patch b/dev-ml/dune-private-libs/files/dune-private-libs-2.9.3-test.patch deleted file mode 100644 index 661ed791473a..000000000000 --- a/dev-ml/dune-private-libs/files/dune-private-libs-2.9.3-test.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 4a8fa5757277be6e9bbd3698fd4d4336dadae520 Mon Sep 17 00:00:00 2001 -From: Rudi Grinberg <[email protected]> -Date: Sat, 26 Jun 2021 21:54:55 -0700 -Subject: [PATCH] Fix test bug_4219.t - -It was missing EOF end markers - -Signed-off-by: Rudi Grinberg <[email protected]> ---- - otherlibs/site/test/bug_4219.t | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/otherlibs/site/test/bug_4219.t b/otherlibs/site/test/bug_4219.t -index 96d4794f43..eab868d676 100644 ---- a/otherlibs/site/test/bug_4219.t -+++ b/otherlibs/site/test/bug_4219.t -@@ -7,6 +7,7 @@ Test when sites name which are ocaml keyword - > (package - > (name my-package) - > (sites (lib include))) -+ > EOF - - $ cat >dune <<EOF - > (library (name lib) (libraries dune-site dune-site.plugins)) -@@ -14,6 +15,6 @@ Test when sites name which are ocaml keyword - > (generate_sites_module - > (module sites) - > (plugins (my-package include))) -- -+ > EOF - - $ dune build
