From 61ed1cac6cffc9a850b8bcbccff68d6a65667ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 5 Nov 2025 17:21:00 +0100 Subject: [PATCH] app-admin/keepassxc: bump cmake_minimum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/965696 Signed-off-by: Maciej Barć --- .../keepassxc-2.7.10-cmake_minimum.patch | 19 +++++++++++++++++++ ...0-r1.ebuild => keepassxc-2.7.10-r2.ebuild} | 1 + 2 files changed, 20 insertions(+) create mode 100644 app-admin/keepassxc/files/keepassxc-2.7.10-cmake_minimum.patch rename app-admin/keepassxc/{keepassxc-2.7.10-r1.ebuild => keepassxc-2.7.10-r2.ebuild} (98%) 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" )