dev-python/meld3: remove Python2 support
authorLouis Sautier <sbraz@gentoo.org>
Tue, 11 Feb 2020 11:59:05 +0000 (12:59 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Tue, 11 Feb 2020 12:03:16 +0000 (13:03 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/meld3/meld3-1.0.2-r2.ebuild

index 0d78453b3971044252dd9488973532016876209d..2e543ecf3d633c785acca840b1c7cd1fdce120ad 100644 (file)
@@ -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} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1