From: Patrick McLean Date: Fri, 6 Mar 2020 18:28:25 +0000 (-0800) Subject: dev-python/pyformance-0.4-r1: add python3_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1aeca8385689f5cdd20150b8032cc6657cd259cb;p=gentoo.git dev-python/pyformance-0.4-r1: add python3_7 Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Patrick McLean --- diff --git a/dev-python/pyformance/pyformance-0.4-r1.ebuild b/dev-python/pyformance/pyformance-0.4-r1.ebuild index 92b43e1f1e9a..a071e4b9c063 100644 --- a/dev-python/pyformance/pyformance-0.4-r1.ebuild +++ b/dev-python/pyformance/pyformance-0.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1