commit: 39c45a349db37ddcb526135438f855495a5ba72a Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Mar 30 08:23:40 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 11:15:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c45a34
sci-libs/m4ri: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sci-libs/m4ri/files/m4ri-20200125-testfix.patch | 31 ------------------------- 1 file changed, 31 deletions(-) diff --git a/sci-libs/m4ri/files/m4ri-20200125-testfix.patch b/sci-libs/m4ri/files/m4ri-20200125-testfix.patch deleted file mode 100644 index cd45acac4d69..000000000000 --- a/sci-libs/m4ri/files/m4ri-20200125-testfix.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 0643268f316af1150ea2631d27fd1533f5994bb8 Mon Sep 17 00:00:00 2001 -From: "Martin R. Albrecht" <[email protected]> -Date: Wed, 6 May 2020 13:15:44 +0100 -Subject: [PATCH] don't test things we forbid - -fixes #75 ---- - tests/test_misc.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/tests/test_misc.c b/tests/test_misc.c -index b1a2e32..0ccddb3 100644 ---- a/tests/test_misc.c -+++ b/tests/test_misc.c -@@ -130,11 +130,11 @@ int main(int argc, char *argv[]) { - status += test_submatrix(2, 130, 1, 1, 2, 130); - status += test_submatrix(2, 131, 1, 1, 2, 131); - -- status += test_submatrix(2, 63, 1, 1, 1, 63); -- status += test_submatrix(2, 64, 1, 1, 1, 64); -- status += test_submatrix(2, 65, 1, 1, 1, 65); -- status += test_submatrix(2, 66, 1, 1, 1, 66); -- status += test_submatrix(2, 67, 1, 1, 1, 67); -+ status += test_submatrix(2, 63, 1, 1, 2, 63); -+ status += test_submatrix(2, 64, 1, 1, 2, 64); -+ status += test_submatrix(2, 65, 1, 1, 2, 65); -+ status += test_submatrix(2, 66, 1, 1, 2, 66); -+ status += test_submatrix(2, 67, 1, 1, 2, 67); - - status += test_submatrix(2, 127, 1, 63, 2, 127); - status += test_submatrix(2, 128, 1, 64, 2, 128);
