summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2017-04-18 11:31:19 -0500
committerKacper Kowalik <xarthisius@gentoo.org>2017-04-18 11:31:19 -0500
commit94291a4cad706c383cfbd05e65640fb8f2245b12 (patch)
treedb046d8130021890779c1de35eb2fd7ea16be7ef /dev-python/pudb
parentdev-db/pgbadger: clean out old (diff)
downloadgentoo-94291a4cad706c383cfbd05e65640fb8f2245b12.tar.gz
gentoo-94291a4cad706c383cfbd05e65640fb8f2245b12.tar.bz2
gentoo-94291a4cad706c383cfbd05e65640fb8f2245b12.zip
dev-python/pudb: add python3_6 support
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pudb')
-rw-r--r--dev-python/pudb/pudb-2016.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pudb/pudb-2016.2.ebuild b/dev-python/pudb/pudb-2016.2.ebuild
index 75c94add072a..c9c949ad5a4a 100644
--- a/dev-python/pudb/pudb-2016.2.ebuild
+++ b/dev-python/pudb/pudb-2016.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1