diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 14:19:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:31:45 +0200 |
commit | 3d5ee989a42ea09d0de33ede33437576e3dee867 (patch) | |
tree | fb79ef2a3400f100debf4f34d4bb9b7beceb4e85 /dev-python/ipdbplugin | |
parent | dev-python/imapclient: Support newer python (diff) | |
download | gentoo-3d5ee989a42ea09d0de33ede33437576e3dee867.tar.gz gentoo-3d5ee989a42ea09d0de33ede33437576e3dee867.tar.bz2 gentoo-3d5ee989a42ea09d0de33ede33437576e3dee867.zip |
dev-python/ipdbplugin: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/ipdbplugin')
-rw-r--r-- | dev-python/ipdbplugin/ipdbplugin-1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ipdbplugin/ipdbplugin-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild index f56419d7b93d..ecddbd26416e 100644 --- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild +++ b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild @@ -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 diff --git a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild index f56419d7b93d..ecddbd26416e 100644 --- a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild +++ b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild @@ -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 |