From: Matthew Thode Date: Fri, 12 Apr 2019 21:11:37 +0000 (-0500) Subject: dev-python/sphinxcontrib-httpdomain: add py37 support to 1.5.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2a64717ee8fb255b20f4a8bfb46e71a51f6c4edd;p=gentoo.git dev-python/sphinxcontrib-httpdomain: add py37 support to 1.5.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild index ae5b16a6f800..0642be9980da 100644 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1