dev-python/djangocms-teaser: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:37:02 +0000 (13:37 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:02 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild

index c2e83d0808e9583cda62489f8af3febaa5d90ce3..a68702a525ad1c5f5a45914c301bfdb70a919f63 100644 (file)
@@ -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