From: Slawomir Lis Date: Thu, 1 Jun 2017 10:27:21 +0000 (+0200) Subject: dev-python/click-plugins: updated to support python2_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb457264495ba70eeed4979a43642252e60c4ab7;p=gentoo.git dev-python/click-plugins: updated to support python2_7 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 --- diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild index 8eb1422d3a1c..4eda8ac36e21 100644 --- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild +++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild @@ -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