From: Pacho Ramos Date: Wed, 12 Jul 2017 11:32:11 +0000 (+0200) Subject: dev-python/django-sekizai: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1fb9f1b5789a5dc07c98478958436d539b6e5e02;p=gentoo.git dev-python/django-sekizai: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild b/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild index c0ffaf12361c..c8c00c3bfe07 100644 --- a/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild +++ b/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) inherit distutils-r1