commit: 7f99c6f534c342602530bfb56879d73ad7394087
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Nov 12 20:04:18 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Nov 12 20:17:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7f99c6f5
dev-util/maturin: drop unused patch
Signed-off-by: orbea <orbea <AT> riseup.net>
.../maturin/files/maturin-1.4.0-libressl-openssl-sys.patch | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/dev-util/maturin/files/maturin-1.4.0-libressl-openssl-sys.patch
b/dev-util/maturin/files/maturin-1.4.0-libressl-openssl-sys.patch
deleted file mode 100644
index 2ab1efd..0000000
--- a/dev-util/maturin/files/maturin-1.4.0-libressl-openssl-sys.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/build/main.rs.orig
-+++ b/build/main.rs
-@@ -293,6 +293,7 @@
- (3, 8, 0) => ('3', '8', '0'),
- (3, 8, 1) => ('3', '8', '1'),
- (3, 8, _) => ('3', '8', 'x'),
-+ (_, _, _) => ('_', '_', 'x'),
- _ => version_error(),
- };
-