commit:     2e84fcf1c3010ecf7210ab8cf115c5c9009e89ee
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 14:49:49 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 26 14:51:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e84fcf1

games-strategy/freeorion: limit to <boost-1.85 for now

No need for revbump given binding operator sorts it out for us.

Bug: https://bugs.gentoo.org/932780
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-strategy/freeorion/freeorion-0.5.0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-strategy/freeorion/freeorion-0.5.0.1.ebuild 
b/games-strategy/freeorion/freeorion-0.5.0.1.ebuild
index 29b1188c6e9f..7f69517f40d8 100644
--- a/games-strategy/freeorion/freeorion-0.5.0.1.ebuild
+++ b/games-strategy/freeorion/freeorion-0.5.0.1.ebuild
@@ -18,9 +18,10 @@ IUSE="+client doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
 
+# bug #932780 wrt boost upper bound
 DEPEND="
        ${PYTHON_DEPS}
-       $(python_gen_cond_dep 'dev-libs/boost:=[${PYTHON_USEDEP},nls,python]')
+       $(python_gen_cond_dep 
'<dev-libs/boost-1.85:=[${PYTHON_USEDEP},nls,python]')
        sys-libs/zlib:=
        client? (
                media-libs/freetype

Reply via email to