dev-python/click: re-add python 3.4
authorVirgil Dupras <vdupras@gentoo.org>
Thu, 30 Aug 2018 15:38:23 +0000 (11:38 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Thu, 30 Aug 2018 15:38:23 +0000 (11:38 -0400)
I shouldn't have removed it.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/click/click-6.7-r1.ebuild

index 9a963c756129c2394c65fbaab095ac85f182b563..2f650c4ca676953244f91ca08f2654f7bf7d18d3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1