diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-17 10:16:53 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-17 10:43:22 -0400 |
commit | 90e149c21aef5b0c7ce56001e9f6deb3857ab3ce (patch) | |
tree | 4f7c1d3f66f4dd50d239149b0962f77876cbbd3f /net-libs | |
parent | dev-libs/icu: python3_8 support (diff) | |
download | gentoo-90e149c21aef5b0c7ce56001e9f6deb3857ab3ce.tar.gz gentoo-90e149c21aef5b0c7ce56001e9f6deb3857ab3ce.tar.bz2 gentoo-90e149c21aef5b0c7ce56001e9f6deb3857ab3ce.zip |
net-libs/libtorrent-rasterbar: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild index 7a7fa09895ce..11c321e78751 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true |