From: Zac Medico Date: Thu, 16 Mar 2017 06:56:20 +0000 (-0700) Subject: dev-python/sphinx_celery: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82f4d326c36b508fb3490d2d599d7ea7581585c1;p=gentoo.git dev-python/sphinx_celery: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild index 33d915a60d9f..3510dda121e5 100644 --- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild +++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1