Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Thu, 10 Oct 2019 16:56:34
Message-Id: 1570726585.89ac84b1deb38268822ead9ace366fdebeddddb2.candrews@gentoo
1 commit: 89ac84b1deb38268822ead9ace366fdebeddddb2
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 9 20:48:17 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 16:56:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ac84b1
7
8 net-libs/libtorrent-rasterbar: Python 3.7 compatibility
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 5cefc809850..c6f7df58728 100644
18 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
19 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
20 @@ -3,8 +3,8 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 -PYTHON_REQ_USE="threads"
26 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27 +PYTHON_REQ_USE="threads(+)"
28 DISTUTILS_OPTIONAL=true
29 DISTUTILS_IN_SOURCE_BUILD=true