From: Patrick McLean Date: Wed, 27 Nov 2019 22:47:15 +0000 (-0800) Subject: dev-python/m2r-0.2.1: Add py38 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=030bb5f8bb07182a26c7b906df88c6a78fe972a3;p=gentoo.git dev-python/m2r-0.2.1: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean --- diff --git a/dev-python/m2r/m2r-0.2.1.ebuild b/dev-python/m2r/m2r-0.2.1.ebuild index 3733bf947acb..6754374e00e8 100644 --- a/dev-python/m2r/m2r-0.2.1.ebuild +++ b/dev-python/m2r/m2r-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1