Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Sun, 31 Oct 2021 04:45:25
Message-Id: 1635655513.9fd62ae6124f090f65aeddf2aa47744b0c2be9b5.sam@gentoo
1 commit: 9fd62ae6124f090f65aeddf2aa47744b0c2be9b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 04:44:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 04:45:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd62ae6
7
8 net-libs/libtorrent-rasterbar: depend on older Boost (<1.77) for now, runtime crashes
9
10 Bug: https://github.com/arvidn/libtorrent/issues/6468
11 Bug: https://bugs.gentoo.org/815145
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 ...rasterbar-2.0.4-r4.ebuild => libtorrent-rasterbar-2.0.4-r5.ebuild} | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 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
18 similarity index 93%
19 rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild
20 rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild
21 index 0982c19a126..9ea627318a8 100644
22 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild
23 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild
24 @@ -18,8 +18,10 @@ IUSE="+dht debug gnutls python ssl test"
25 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
26
27 RESTRICT="!test? ( test ) test" # not yet fixed
28 +# Depend on older Boost for now for bug #815145
29 +# Possible runtime crashes
30 DEPEND="
31 - dev-libs/boost:=[threads(+)]
32 + <dev-libs/boost-1.77:=[threads(+)]
33 python? (
34 ${PYTHON_DEPS}
35 $(python_gen_cond_dep '