summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-09 22:35:24 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-09 22:39:29 -0800
commit203c2972841179a29ebb6e845e857e05ca1297d5 (patch)
treef4fee59ef2b6e72f6a85039e1298709514f0a889 /dev-python/mistune/mistune-0.7.2.ebuild
parentapp-arch/lbzip2: ppc/ppc64 stable, bug 611832 (diff)
downloadgentoo-203c2972841179a29ebb6e845e857e05ca1297d5.tar.gz
gentoo-203c2972841179a29ebb6e845e857e05ca1297d5.tar.bz2
gentoo-203c2972841179a29ebb6e845e857e05ca1297d5.zip
dev-python/mistune: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/mistune/mistune-0.7.2.ebuild')
-rw-r--r--dev-python/mistune/mistune-0.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild
index 27384c272d45..b67b1c441e89 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1