diff options
author | orbea <orbea@riseup.net> | 2024-11-12 12:04:18 -0800 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-11-12 12:17:31 -0800 |
commit | 7f99c6f534c342602530bfb56879d73ad7394087 (patch) | |
tree | f3a058c73e62d9ba5b24cac1f4e30f23b565805b | |
parent | dev-python/cryptography: sync ::gentoo (diff) | |
download | libressl-7f99c6f534c342602530bfb56879d73ad7394087.tar.gz libressl-7f99c6f534c342602530bfb56879d73ad7394087.tar.bz2 libressl-7f99c6f534c342602530bfb56879d73ad7394087.zip |
dev-util/maturin: drop unused patch
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r-- | dev-util/maturin/files/maturin-1.4.0-libressl-openssl-sys.patch | 10 |
1 files changed, 0 insertions, 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(), - }; - |