commit:     61ed1cac6cffc9a850b8bcbccff68d6a65667ffd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  5 16:21:00 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov  5 17:18:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ed1cac

app-admin/keepassxc: bump cmake_minimum

Closes: https://bugs.gentoo.org/965696
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../files/keepassxc-2.7.10-cmake_minimum.patch        | 19 +++++++++++++++++++
 ...xc-2.7.10-r1.ebuild => keepassxc-2.7.10-r2.ebuild} |  1 +
 2 files changed, 20 insertions(+)

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 000000000000..2053c31e869b
--- /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 <http://www.gnu.org/licenses/>.
+ 
+-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 159e8b50d215..394d124ced2c 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"
 )

Reply via email to