diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-08 18:30:12 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-08 18:30:12 +0300 |
commit | 760782ca7258b03d0fcbe323ef88232025800ca4 (patch) | |
tree | ec2c322edb1d4cc2bc8ccd722ec664b0bf47795a /net-libs/libtorrent-rasterbar | |
parent | sys-fs/f2fs-tools: mark stable (diff) | |
download | gentoo-760782ca7258b03d0fcbe323ef88232025800ca4.tar.gz gentoo-760782ca7258b03d0fcbe323ef88232025800ca4.tar.bz2 gentoo-760782ca7258b03d0fcbe323ef88232025800ca4.zip |
Revert "net-libs/libtorrent-rasterbar: Drop py27"
This reverts commit cf51cc618afd0ffdc79dc67bee59c22a199ef5a8.
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13-r1.ebuild index 124d02ee3417..eef2b8bce907 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13-r1.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild index ba92cba4ef5e..4af2384b7e72 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild index 9d51f3183ced..9d9ad977f833 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true |