summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-14 13:34:20 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-14 13:42:54 +0200
commitbbca9db24fe581c89dbb7b95c380391d1f2e7515 (patch)
treec472c5af556c9b2de48a8cebf863dc5584b80185 /dev-python/django-tinymce
parentdev-python/django-filer: Support newer python (diff)
downloadgentoo-bbca9db24fe581c89dbb7b95c380391d1f2e7515.tar.gz
gentoo-bbca9db24fe581c89dbb7b95c380391d1f2e7515.tar.bz2
gentoo-bbca9db24fe581c89dbb7b95c380391d1f2e7515.zip
dev-python/django-tinymce: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-tinymce')
-rw-r--r--dev-python/django-tinymce/django-tinymce-1.5.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-tinymce/django-tinymce-1.5.3.ebuild b/dev-python/django-tinymce/django-tinymce-1.5.3.ebuild
index a82b2c07ace7..1c312996cf98 100644
--- a/dev-python/django-tinymce/django-tinymce-1.5.3.ebuild
+++ b/dev-python/django-tinymce/django-tinymce-1.5.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1