summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-29 14:19:55 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-29 18:31:45 +0200
commit3d5ee989a42ea09d0de33ede33437576e3dee867 (patch)
treefb79ef2a3400f100debf4f34d4bb9b7beceb4e85 /dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
parentdev-python/imapclient: Support newer python (diff)
downloadgentoo-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/ipdbplugin-1.4.ebuild')
-rw-r--r--dev-python/ipdbplugin/ipdbplugin-1.4.ebuild4
1 files changed, 2 insertions, 2 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