dev-python/CommonMark: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:23:24 +0000 (16:23 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:23:24 +0000 (16:23 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/CommonMark/CommonMark-0.5.4.ebuild

index ccb0ad5ba91a85d1e8aba0ce331066dc629278dd..4fc7180755423e299a6596855a69bcb1b1511bd9 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