Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/
Date: Sat, 31 Oct 2015 13:46:55
Message-Id: 1446299206.9c51fe0fe60aab0363914ca23d9bce22293c8f46.jlec@gentoo
1 commit: 9c51fe0fe60aab0363914ca23d9bce22293c8f46
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 13:28:22 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 13:46:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c51fe0f
7
8 dev-python/pydiff: Add python3.5 support
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pydiff/pydiff-0.2.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild
17 index 74586d7..4927a85 100644
18 --- a/dev-python/pydiff/pydiff-0.2.ebuild
19 +++ b/dev-python/pydiff/pydiff-0.2.ebuild
20 @@ -1,9 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
28 +
29 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
30
31 inherit distutils-r1