summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 13:29:18 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:41:53 +0200
commit29475711c44ca0f11f991df379e13e44b8bfe1f4 (patch)
tree37c85b5ff54775bc299670c68b3dc72b6b7efac2 /dev-python/djangocms-inherit
parentdev-python/djangocms-flash: Support newer python (diff)
downloadgentoo-29475711c44ca0f11f991df379e13e44b8bfe1f4.tar.gz
gentoo-29475711c44ca0f11f991df379e13e44b8bfe1f4.tar.bz2
gentoo-29475711c44ca0f11f991df379e13e44b8bfe1f4.zip
dev-python/djangocms-inherit: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/djangocms-inherit')
-rw-r--r--dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
index 09fa98279c31..f096aff9b76c 100644
--- a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
+++ b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
@@ -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