summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-22 18:21:48 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-22 18:21:48 +0200
commit5ef522a265a42ff0770badf365c4cb674dff3e43 (patch)
tree2416d3742c5a7a9245e478f290c45ed053a21f99 /dev-python
parent10b681b2d1d8ce57059a94971398609b1b7dfdda (diff)
downloadgentoo-5ef522a265a42ff0770badf365c4cb674dff3e43.tar.gz
gentoo-5ef522a265a42ff0770badf365c4cb674dff3e43.tar.xz
dev-python/jsmin: Add python3_6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jsmin/jsmin-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsmin/jsmin-2.2.1.ebuild b/dev-python/jsmin/jsmin-2.2.1.ebuild
index 8f53e46d437..5158bced3a9 100644
--- a/dev-python/jsmin/jsmin-2.2.1.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1