commit: 5bc3d552ddda983bc6cc64969a4a22d377acfa4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:07:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc3d552
net-p2p/torrentinfo: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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(-)
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
index 0e50b76255e..21dd1324842 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 b7a80d84c66..fb969611213 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