commit: deb8b2d1d1414efd90b557701193e7e28567a967
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Oct 15 20:02:13 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Oct 15 20:08:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=deb8b2d1
dev-lang/rust: update libressl patch
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
b/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
index 2d03b58..2bb3403 100644
--- a/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
+++ b/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
@@ -4,7 +4,7 @@
(3, 7, 1) => ('3', '7', '1'),
(3, 7, _) => ('3', '7', 'x'),
(3, 8, 0) => ('3', '8', '0'),
-+ (3, _, _) => ('3', 'x', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
_ => version_error(),
};