From da8a1628366f6a075da2641f8c05aa9c941c9915 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 12 Jul 2017 13:38:43 +0200 Subject: [PATCH] dev-python/djangocms-file: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/djangocms-file/djangocms-file-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild index f1a2ee8f5d120..7e5663eee855b 100644 --- a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild +++ b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1