summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-04-28 16:23:24 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-04-28 16:23:24 +0200
commit7995c071282208a5b9bac13b07f57c68cad5c8c1 (patch)
treefe00a0287e67cca1551abe35a1091b9313576f2d
parentdev-python/pytidylib: Add python3_6 (diff)
downloadgentoo-7995c071.tar.gz
gentoo-7995c071.tar.bz2
gentoo-7995c071.zip
dev-python/CommonMark: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/CommonMark/CommonMark-0.5.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/CommonMark/CommonMark-0.5.4.ebuild b/dev-python/CommonMark/CommonMark-0.5.4.ebuild
index ccb0ad5ba91a..4fc718075542 100644
--- a/dev-python/CommonMark/CommonMark-0.5.4.ebuild
+++ b/dev-python/CommonMark/CommonMark-0.5.4.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,3_5,3_6} )
inherit distutils-r1