From 5bc3d552ddda983bc6cc64969a4a22d377acfa4f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 11 Feb 2020 13:07:02 +0100 Subject: net-p2p/torrentinfo: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild | 2 +- net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild index 0e50b76255ee..21dd13248428 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild index b7a80d84c665..fb9696112136 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad