commit: 9549c03a9329e496832bf95c807a6b5890718809
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 18:46:48 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 19:00:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549c03a
dev-python/django-compressor: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild
b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 2a922f3896f..9b054db211e 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.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=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1