commit:     77953a0b5939459f9d810f1bc3b21525c55ab2a8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 10:33:48 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 29 10:34:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77953a0b

net-libs/libtorrent-rasterbar: misc fixes

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild
index 2ae417c0282..fa7e0e64fa8 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python{3_8,3_9} )
-PYTHON_REQ_USE="threads(+)"
 
 inherit cmake python-any-r1
 
@@ -17,9 +16,9 @@ SLOT="0/2.0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+dht debug gnutls python ssl test"
 
-RESTRICT="!test? ( test ) test"
-DEPEND="dev-libs/boost:=[threads]"
-RDEPEND="
+RESTRICT="!test? ( test ) test" # not yet fixed
+RDEPEND="dev-libs/boost:=[threads]"
+DEPEND="
        python? (
                ${PYTHON_DEPS}
                $(python_gen_any_dep '

Reply via email to