From: Matthew Thode Date: Tue, 23 Jul 2019 14:48:53 +0000 (-0500) Subject: dev-python/PyECLib: mark as supporting py36/37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=579e7d28dfd711713cdd9d591e6d4958ac5adfad;p=gentoo.git dev-python/PyECLib: mark as supporting py36/37 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Matthew Thode --- diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild b/dev-python/PyECLib/PyECLib-1.6.0.ebuild index ff9c7e770524..60a5e0b57290 100644 --- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild +++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 eutils multilib