diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-09 16:48:17 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-10 12:56:25 -0400 |
commit | 89ac84b1deb38268822ead9ace366fdebeddddb2 (patch) | |
tree | 3a26af57f74df77ede677bb39066046275fc1d28 /net-libs | |
parent | net-analyzer/netdata: 1.18.0 version bump (diff) | |
download | gentoo-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.ebuild | 4 |
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 |