commit: 6dd51adf44d9922c3e8f56a75564f3ccec1dfcdb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 11:40:46 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 11:42:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd51adf
dev-python/django-tastypie: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django-tastypie/django-tastypie-0.13.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
index ad1a9f29fa6..5cdbffff0d5 100644
--- a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
+++ b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 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