dev-python/recommonmark: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:59:36 +0000 (18:59 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 17:00:30 +0000 (19:00 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/recommonmark/recommonmark-0.4.0.ebuild

index 51d9d8ab4a137baca7866708db66c3d48837364a..fb4c1e0559bb86c6f0c05ea60c440e2c28082982 100644 (file)
@@ -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