From: Pacho Ramos Date: Wed, 12 Jul 2017 11:37:02 +0000 (+0200) Subject: dev-python/djangocms-teaser: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10a2911d7082f48f9651521bc44b4c04503e70ff;p=gentoo.git dev-python/djangocms-teaser: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild b/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild index c2e83d0808e9..a68702a525ad 100644 --- a/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild +++ b/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) +PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} ) inherit distutils-r1