commit:     c9827e884c658822c68c2ffc6731670a653a2f87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 17:32:49 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 10 17:42:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9827e88

games-strategy/colobot: Fix build with boost-1.89.0

Closes: https://bugs.gentoo.org/963468
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-strategy/colobot/colobot-0.2.2_alpha.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/games-strategy/colobot/colobot-0.2.2_alpha.ebuild 
b/games-strategy/colobot/colobot-0.2.2_alpha.ebuild
index bd5f177989af..27aacd807de2 100644
--- a/games-strategy/colobot/colobot-0.2.2_alpha.ebuild
+++ b/games-strategy/colobot/colobot-0.2.2_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -52,6 +52,10 @@ DEPEND+="
 src_prepare() {
        cmake_src_prepare
 
+       # https://bugs.gentoo.org/963468
+       # boost already removed upstream
+       sed -i -e '/find_package(Boost/s: system : :' CMakeLists.txt || die
+
        # we need to call it explicitly to help Ninja figure out the deps
        cd desktop || die
        po4a po4a.cfg || die

Reply via email to