dev-python/pyphen: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:43:01 +0000 (20:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:23 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyphen/pyphen-0.9.4.ebuild

index 673ae5a289aeaaa4120e5d12ef3802c55f486731..117bacd406622e31b8296b1900083b989ac5d3c7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1