diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 11:58:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 0de1894edb31aaa6a33a98bd733a748a250fce17 (patch) | |
tree | 2b37de5bf600da4d6d378aeda903ae608f826492 /dev-python/jdcal | |
parent | dev-python/sqlalchemy: Add python3.5 support (diff) | |
download | gentoo-0de1894edb31aaa6a33a98bd733a748a250fce17.tar.gz gentoo-0de1894edb31aaa6a33a98bd733a748a250fce17.tar.bz2 gentoo-0de1894edb31aaa6a33a98bd733a748a250fce17.zip |
dev-python/jdcal: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/jdcal')
-rw-r--r-- | dev-python/jdcal/jdcal-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jdcal/jdcal-1.0.ebuild b/dev-python/jdcal/jdcal-1.0.ebuild index f8d65f1ce06e..693115e825e7 100644 --- a/dev-python/jdcal/jdcal-1.0.ebuild +++ b/dev-python/jdcal/jdcal-1.0.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 |