dev-python/ipdbplugin: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 12:19:55 +0000 (14:19 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:45 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
dev-python/ipdbplugin/ipdbplugin-9999.ebuild

index f56419d7b93d9b5d97a10cd3031f89ad04168b76..ecddbd26416e77aed7816d86fba01912eecb0b25 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
index f56419d7b93d9b5d97a10cd3031f89ad04168b76..ecddbd26416e77aed7816d86fba01912eecb0b25 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1