summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 13:07:02 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:26 +0100
commit5bc3d552ddda983bc6cc64969a4a22d377acfa4f (patch)
treed8ff26c4fd07452ff3ca1ff6e5c53d77e208ed8c /net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
parentnet-misc/youtube-dl: Remove py2 (diff)
downloadgentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.tar.gz
gentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.tar.bz2
gentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.zip
net-p2p/torrentinfo: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild')
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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