commit: ef968a0f418296e6ab105f971bf9f8d8aa3e4ccf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 14 21:38:57 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jan 16 12:24:46 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef968a0f
games-action/violetland: Fix build w/ boost-1.89 Closes: https://bugs.gentoo.org/964390 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-action/violetland/files/violetland-0.5-boost1.89.patch | 11 +++++++++++ games-action/violetland/violetland-0.5-r1.ebuild | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/games-action/violetland/files/violetland-0.5-boost1.89.patch b/games-action/violetland/files/violetland-0.5-boost1.89.patch new file mode 100644 index 000000000000..3cea8f2ac775 --- /dev/null +++ b/games-action/violetland/files/violetland-0.5-boost1.89.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -8,7 +8,7 @@ + find_package(SDL_mixer REQUIRED) + find_package(OpenGL REQUIRED) + find_package(Gettext REQUIRED) +-find_package(Boost COMPONENTS filesystem system REQUIRED) ++find_package(Boost COMPONENTS filesystem REQUIRED) + add_definitions(-DBOOST_FILESYSTEM_VERSION=3) + + # Searching for libintl using bundled CMake script diff --git a/games-action/violetland/violetland-0.5-r1.ebuild b/games-action/violetland/violetland-0.5-r1.ebuild index 06fee934f43f..b8285afd598d 100644 --- a/games-action/violetland/violetland-0.5-r1.ebuild +++ b/games-action/violetland/violetland-0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${P}-boost1.85.patch + "${FILESDIR}"/${P}-boost1.8{5,9}.patch # bug 964390 "${FILESDIR}"/${P}-cmake4.patch )
