dev-python/click-plugins: updated to support python2_7
authorSlawomir Lis <slis@gentoo.org>
Thu, 1 Jun 2017 10:27:21 +0000 (12:27 +0200)
committerSlawomir Lis <slis@gentoo.org>
Thu, 1 Jun 2017 10:31:37 +0000 (12:31 +0200)
Python2 is not listed in upstream support, but I haven't found anything wrong yet

Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/click-plugins/click-plugins-1.0.3.ebuild

index 8eb1422d3a1c1534fb358d00f7024936dc6ce06f..4eda8ac36e21cfcba9c2067a2d729604d52de479 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_{3,4,5} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
 
 inherit distutils-r1