commit:     9fd62ae6124f090f65aeddf2aa47744b0c2be9b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 04:44:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 04:45:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd62ae6

net-libs/libtorrent-rasterbar: depend on older Boost (<1.77) for now, runtime 
crashes

Bug: https://github.com/arvidn/libtorrent/issues/6468
Bug: https://bugs.gentoo.org/815145
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...rasterbar-2.0.4-r4.ebuild => libtorrent-rasterbar-2.0.4-r5.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild
similarity index 93%
rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild
rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild
index 0982c19a126..9ea627318a8 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild
@@ -18,8 +18,10 @@ IUSE="+dht debug gnutls python ssl test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RESTRICT="!test? ( test ) test" # not yet fixed
+# Depend on older Boost for now for bug #815145
+# Possible runtime crashes
 DEPEND="
-       dev-libs/boost:=[threads(+)]
+       <dev-libs/boost-1.77:=[threads(+)]
        python? (
                ${PYTHON_DEPS}
                $(python_gen_cond_dep '

Reply via email to