From: Craig Andrews Date: Wed, 9 Oct 2019 20:48:17 +0000 (-0400) Subject: net-libs/libtorrent-rasterbar: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89ac84b1deb38268822ead9ace366fdebeddddb2;p=gentoo.git net-libs/libtorrent-rasterbar: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild index 5cefc809850d..c6f7df587280 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) -PYTHON_REQ_USE="threads" +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true