commit: 89d0f0b06f27a76a30386c493067798d887d4b05 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 20:23:00 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 20:35:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d0f0b0
www-misc/logswan: bump cmake_minimum_required Closes: https://bugs.gentoo.org/952049 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> www-misc/logswan/files/logswan-2.1.14-cmake_minimum.patch | 5 +++++ www-misc/logswan/logswan-2.1.14.ebuild | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/www-misc/logswan/files/logswan-2.1.14-cmake_minimum.patch b/www-misc/logswan/files/logswan-2.1.14-cmake_minimum.patch new file mode 100644 index 000000000000..35365b0bc4f8 --- /dev/null +++ b/www-misc/logswan/files/logswan-2.1.14-cmake_minimum.patch @@ -0,0 +1,5 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -15,1 +15,1 @@ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.20) diff --git a/www-misc/logswan/logswan-2.1.14.ebuild b/www-misc/logswan/logswan-2.1.14.ebuild index 8520ef43e799..bce1979552f2 100644 --- a/www-misc/logswan/logswan-2.1.14.ebuild +++ b/www-misc/logswan/logswan-2.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,3 +26,5 @@ RDEPEND=" dev-libs/libmaxminddb:= " DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/logswan-2.1.14-cmake_minimum.patch" )
