Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/
Date: Fri, 02 Mar 2018 06:27:36
Message-Id: 1519970767.eb3a8b5fa083c84ffba0995300009644c12a88ff.perfinion@gentoo
1 commit: eb3a8b5fa083c84ffba0995300009644c12a88ff
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 14:31:02 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 06:06:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3a8b5f
7
8 dev-python/ipy: add python3_6 compat
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
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 300b8df59cb..1a3aaa0c375 100644
17 --- a/dev-python/ipy/ipy-0.83.ebuild
18 +++ b/dev-python/ipy/ipy-0.83.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25
26 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
28
29 inherit distutils-r1