summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-10-09 16:48:17 -0400
committerCraig Andrews <candrews@gentoo.org>2019-10-10 12:56:25 -0400
commit89ac84b1deb38268822ead9ace366fdebeddddb2 (patch)
tree3a26af57f74df77ede677bb39066046275fc1d28 /net-libs
parentnet-analyzer/netdata: 1.18.0 version bump (diff)
downloadgentoo-89ac84b1deb38268822ead9ace366fdebeddddb2.tar.gz
gentoo-89ac84b1deb38268822ead9ace366fdebeddddb2.tar.bz2
gentoo-89ac84b1deb38268822ead9ace366fdebeddddb2.zip
net-libs/libtorrent-rasterbar: Python 3.7 compatibility
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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