Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/
Date: Sat, 07 May 2016 04:31:57
Message-Id: 1462595501.a304eacf6e52fb889fbf7f940af18138e68f70c6.idella4@gentoo
1 commit: a304eacf6e52fb889fbf7f940af18138e68f70c6
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 03:50:34 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 04:31:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a304eacf
7
8 dev-python/ipy: add py3.5 support to vn. 0.83
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/ipy/ipy-0.83.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild
16 index b5c1f08..bef4ee9 100644
17 --- a/dev-python/ipy/ipy-0.83.ebuild
18 +++ b/dev-python/ipy/ipy-0.83.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=( python2_7 python3_{3,4} pypy )
28 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
29
30 inherit distutils-r1