diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-04-26 19:26:07 -0600 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-04-26 19:26:20 -0600 |
commit | 561e3c2b232f5fcadbbe7759c3cd9ba634550240 (patch) | |
tree | d5c4dd5bc76691ed96c6dc77da37d443c3d7d560 /net-libs/libtorrent-rasterbar | |
parent | net-vpn/wireguard-modules: bump to 1.0.20200426 (diff) | |
download | gentoo-561e3c2b232f5fcadbbe7759c3cd9ba634550240.tar.gz gentoo-561e3c2b232f5fcadbbe7759c3cd9ba634550240.tar.bz2 gentoo-561e3c2b232f5fcadbbe7759c3cd9ba634550240.zip |
net-libs/libtorrent-rasterbar: add back py3.6 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild index bdee60520d4a..11c321e78751 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true |