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
This commit is contained in:
Slawomir Lis
2017-06-02 09:26:08 +02:00
parent 8aeb28a1a8
commit 693c5477c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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