dev-python/ipy: add python3_6 compat
authorJason Zaman <perfinion@gentoo.org>
Thu, 1 Mar 2018 14:31:02 +0000 (22:31 +0800)
committerJason Zaman <perfinion@gentoo.org>
Fri, 2 Mar 2018 06:06:07 +0000 (14:06 +0800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/ipy/ipy-0.83.ebuild

index 300b8df59cb90d5dd201455682e7ba9377c11e95..1a3aaa0c375fa4c2aa30f19ed1e8bb41718f8438 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1