projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7087fa
)
dev-python/ipy: add py3.5 support to vn. 0.83
author
Ian Delaney
<idella4@gentoo.org>
Sat, 7 May 2016 03:50:34 +0000
(11:50 +0800)
committer
Ian Delaney
<idella4@gentoo.org>
Sat, 7 May 2016 04:31:41 +0000
(12:31 +0800)
Package-Manager: portage-2.2.28
dev-python/ipy/ipy-0.83.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ipy/ipy-0.83.ebuild
b/dev-python/ipy/ipy-0.83.ebuild
index b5c1f0862a72d06e17da434a11c9539adfb9006d..bef4ee9774bf45acffd20b0112170036bf7b8ecb 100644
(file)
--- a/
dev-python/ipy/ipy-0.83.ebuild
+++ b/
dev-python/ipy/ipy-0.83.ebuild
@@
-1,10
+1,10
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4
,5
} pypy )
inherit distutils-r1