commit: 075de2d86ac1c176da7df32e9ffd348b08111743 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Mon Feb 9 13:44:26 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Mon Feb 9 13:44:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075de2d8
sys-fs/cryfs: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> sys-fs/cryfs/files/cryfs-1.0.1-boost-1.89.patch | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/sys-fs/cryfs/files/cryfs-1.0.1-boost-1.89.patch b/sys-fs/cryfs/files/cryfs-1.0.1-boost-1.89.patch deleted file mode 100644 index 775fb7e20599..000000000000 --- a/sys-fs/cryfs/files/cryfs-1.0.1-boost-1.89.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://bugs.gentoo.org/963108 -https://github.com/cryfs/cryfs/pull/500 - -From f2f3c19979545c4789647e648cc1480ce647f42a Mon Sep 17 00:00:00 2001 -From: Michael Cho <[email protected]> -Date: Tue, 12 Aug 2025 17:01:01 -0400 -Subject: [PATCH] Fix build with Boost 1.89.0 - ---- - cmake-utils/Dependencies.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake-utils/Dependencies.cmake b/cmake-utils/Dependencies.cmake -index e2325e575..55edf924a 100644 ---- a/cmake-utils/Dependencies.cmake -+++ b/cmake-utils/Dependencies.cmake -@@ -7,7 +7,7 @@ target_link_libraries(CryfsDependencies_range-v3 INTERFACE range-v3::range-v3) - set(Boost_USE_STATIC_LIBS OFF) - find_package(Boost 1.84.0 - REQUIRED -- COMPONENTS filesystem system thread chrono program_options) -+ COMPONENTS filesystem thread chrono program_options) - add_library(CryfsDependencies_boost INTERFACE) - target_link_libraries(CryfsDependencies_boost INTERFACE Boost::boost Boost::filesystem Boost::thread Boost::chrono Boost::program_options) - if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") -
