diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 04:44:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 04:45:13 +0000 |
commit | 9fd62ae6124f090f65aeddf2aa47744b0c2be9b5 (patch) | |
tree | 7ea4273710d033dc451d478f47d861e370ade5cd /net-libs | |
parent | dev-ruby/ruby-odbc: fix extension install (diff) | |
download | gentoo-9fd62ae6124f090f65aeddf2aa47744b0c2be9b5.tar.gz gentoo-9fd62ae6124f090f65aeddf2aa47744b0c2be9b5.tar.bz2 gentoo-9fd62ae6124f090f65aeddf2aa47744b0c2be9b5.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r5.ebuild (renamed from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r4.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
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 index 0982c19a1263..9ea627318a8f 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 ' |