Files
gentoo/app-admin/keepassxc/files/keepassxc-2.8.0-cmake_minimum.patch
Martin Dummer 0607e9ac97 app-admin/keepassxc: add 2.8.0_pre260316
* development commit from QT6 porting branch
 * with no KEYWORDS to prevent normal users from accidentially emerging this
 * take over proxy maintainership

Bug: https://bugs.gentoo.org/949231
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2026-03-22 00:32:35 -05:00

20 lines
586 B
Diff

--- 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.16.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)