diff --git a/app-admin/keepassxc/files/keepassxc-2.7.10-cmake_minimum.patch b/app-admin/keepassxc/files/keepassxc-2.7.10-cmake_minimum.patch new file mode 100644 index 0000000000000..2053c31e869bc --- /dev/null +++ b/app-admin/keepassxc/files/keepassxc-2.7.10-cmake_minimum.patch @@ -0,0 +1,19 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -14,7 +14,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program. If not, see . + +-cmake_minimum_required(VERSION 3.10.0) ++cmake_minimum_required(VERSION 3.20) + + project(KeePassXC) + set(APP_ID "org.keepassxc.${PROJECT_NAME}") +--- a/utils/vcpkg_ports/argon2/CMakeLists.txt ++++ b/utils/vcpkg_ports/argon2/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.8) ++cmake_minimum_required(VERSION 3.20) + project(argon2 C) + + set(PROJECT_VERSION 20190702) diff --git a/app-admin/keepassxc/keepassxc-2.7.10-r1.ebuild b/app-admin/keepassxc/keepassxc-2.7.10-r2.ebuild similarity index 98% rename from app-admin/keepassxc/keepassxc-2.7.10-r1.ebuild rename to app-admin/keepassxc/keepassxc-2.7.10-r2.ebuild index 159e8b50d2157..394d124ced2cc 100644 --- a/app-admin/keepassxc/keepassxc-2.7.10-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.10-r2.ebuild @@ -72,6 +72,7 @@ BDEPEND=" " PATCHES=( + "${FILESDIR}/${PN}-2.7.10-cmake_minimum.patch" "${FILESDIR}/${PN}-2.7.10-tests.patch" "${FILESDIR}/${PN}-2.7.10-zxcvbn.patch" )