summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-11-23 13:06:27 -0800
committerBrian Dolbec <dolsen@gentoo.org>2017-11-23 13:20:57 -0800
commit20453be6ac7b4b3ca5fc1549a6800dcd660a51e9 (patch)
tree4c46abdf3dc16f4812e705a2a80e4c4b42fdd508 /dev-python/pyjade/pyjade-4.0.0.ebuild
parentapp-text/poppler: Security cleanup (diff)
downloadgentoo-20453be6ac7b4b3ca5fc1549a6800dcd660a51e9.tar.gz
gentoo-20453be6ac7b4b3ca5fc1549a6800dcd660a51e9.tar.bz2
gentoo-20453be6ac7b4b3ca5fc1549a6800dcd660a51e9.zip
dev-python/pyjade: Add py3.6 to python compat
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-python/pyjade/pyjade-4.0.0.ebuild')
-rw-r--r--dev-python/pyjade/pyjade-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild
index 901797e02ac4..1d6380b9b404 100644
--- a/dev-python/pyjade/pyjade-4.0.0.ebuild
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1