Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-sekizai/
Date: Tue, 02 Feb 2016 06:11:44
Message-Id: 1454393435.283f8c5f298e1fbc4ef085fcec35b061248981c6.slis@gentoo
1 commit: 283f8c5f298e1fbc4ef085fcec35b061248981c6
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 06:10:35 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 06:10:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283f8c5f
7
8 django-sekizai version bump
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/django-sekizai/django-sekizai-0.9.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild b/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild
16 index 1eb33d4..4b045aa 100644
17 --- a/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild
18 +++ b/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI="5"
26
27 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
28 +PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5}} )
29
30 inherit distutils-r1