diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-06-02 09:26:08 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-06-02 09:27:10 +0200 |
commit | 693c5477c166f4131bdabff8f07923a76f3c12ca (patch) | |
tree | 91268238856c69e1c862c415ff3980ddd01735e3 /dev-python/djangocms-text-ckeditor | |
parent | sci-physics/reduze: Fix building with GCC-6 (diff) | |
download | gentoo-693c5477c166f4131bdabff8f07923a76f3c12ca.tar.gz gentoo-693c5477c166f4131bdabff8f07923a76f3c12ca.tar.bz2 gentoo-693c5477c166f4131bdabff8f07923a76f3c12ca.zip |
dev-python/djangocms-text-ckeditor: dropped support for python3_5
It's not supported by PDEPEND yet and causes conflicts
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/djangocms-text-ckeditor')
-rw-r--r-- | dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild index 371afb085a84..402cb27c0aa4 100644 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 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 371afb085a84..402cb27c0aa4 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,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 |