dev-python/ipy: add py3.5 support to vn. 0.83

Package-Manager: portage-2.2.28
This commit is contained in:
Ian Delaney
2016-05-07 11:50:34 +08:00
parent d7087fa266
commit a304eacf6e

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 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