From d944ac4e769bf67ae17e1a707eeb00989a8a60f0 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Wed, 25 Sep 2019 12:31:59 -0400 Subject: dev-python/m2r: python 3.7 support tests didn't work before this commit, and they don't work after this commit Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Rick Farina --- dev-python/m2r/m2r-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/m2r/m2r-0.1.6.ebuild b/dev-python/m2r/m2r-0.1.6.ebuild index 5967c94d71e4..d8841aaed7ec 100644 --- a/dev-python/m2r/m2r-0.1.6.ebuild +++ b/dev-python/m2r/m2r-0.1.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy) inherit distutils-r1 -- cgit v1.2.3-65-gdbad