diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-26 10:49:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-26 10:51:25 -0400 |
commit | 2e84fcf1c3010ecf7210ab8cf115c5c9009e89ee (patch) | |
tree | bcb3fb82b76a50a84286ed2f1bbe6375b065df60 /games-strategy | |
parent | dev-python/numpy: Remove old (diff) | |
download | gentoo-2e84fcf1c3010ecf7210ab8cf115c5c9009e89ee.tar.gz gentoo-2e84fcf1c3010ecf7210ab8cf115c5c9009e89ee.tar.bz2 gentoo-2e84fcf1c3010ecf7210ab8cf115c5c9009e89ee.zip |
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@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.5.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |