From: Virgil Dupras Date: Thu, 30 Aug 2018 15:38:23 +0000 (-0400) Subject: dev-python/click: re-add python 3.4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=02ca56284fc6cd3094d2ce1b4aa9a715115b77e8;p=gentoo.git dev-python/click: re-add python 3.4 I shouldn't have removed it. Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- diff --git a/dev-python/click/click-6.7-r1.ebuild b/dev-python/click/click-6.7-r1.ebuild index 9a963c756129..2f650c4ca676 100644 --- a/dev-python/click/click-6.7-r1.ebuild +++ b/dev-python/click/click-6.7-r1.ebuild @@ -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