app-admin/keepassxc: bump cmake_minimum

Closes: https://bugs.gentoo.org/965696
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-11-05 17:21:00 +01:00
parent d672c2cbf9
commit 61ed1cac6c
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 20 additions and 0 deletions

View File

@ -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)

View File

@ -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"
)