commit:     fc61b293719d1ca3108fef3b70142c8bdc9c8494
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Nov 10 23:27:05 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Nov 10 23:27:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fc61b293

dev-util/cargo-ebuild: update patch for libressl-4.0.0

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-util/cargo-ebuild/files/cargo-ebuild-0.5.4-libressl.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cargo-ebuild/files/cargo-ebuild-0.5.4-libressl.patch 
b/dev-util/cargo-ebuild/files/cargo-ebuild-0.5.4-libressl.patch
index 09bef35..4a9811d 100644
--- a/dev-util/cargo-ebuild/files/cargo-ebuild-0.5.4-libressl.patch
+++ b/dev-util/cargo-ebuild/files/cargo-ebuild-0.5.4-libressl.patch
@@ -4,7 +4,7 @@
              (3, 6, 0) => ('3', '6', '0'),
              (3, 6, _) => ('3', '6', 'x'),
              (3, 7, 0) => ('3', '7', '0'),
-+            (3, _, _) => ('3', 'x', 'x'),
++            (_, _, _) => ('x', 'x', 'x'),
              _ => version_error(),
          };
  

Reply via email to