From: Rick Farina Date: Wed, 25 Sep 2019 16:31:59 +0000 (-0400) Subject: dev-python/m2r: python 3.7 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d944ac4e769bf67ae17e1a707eeb00989a8a60f0;p=gentoo.git 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 --- 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