diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 13:35:41 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:41:58 +0200 |
commit | 0456c3fd7e3142909776a7e46389864a333f5cfa (patch) | |
tree | 6d6a56a2a772281908ed99b918e673f9febef602 | |
parent | dev-python/django-treebeard: Support newer python (diff) | |
download | gentoo-0456c3fd7e3142909776a7e46389864a333f5cfa.tar.gz gentoo-0456c3fd7e3142909776a7e46389864a333f5cfa.tar.bz2 gentoo-0456c3fd7e3142909776a7e46389864a333f5cfa.zip |
dev-python/djangocms-text-ckeditor: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild index 402cb27c0aa4..657b69467bc4 100644 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) inherit distutils-r1 |