app-vim/pyclewn: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 18:28:06 +0000 (20:28 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:29:30 +0000 (21:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-vim/pyclewn/pyclewn-2.1-r1.ebuild

index 63b9b959aa2b66df35f84a5ff97e9c94fa2b668f..403ecdc6fe16c03050be709d28982e45d5559ad4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils vim-plugin distutils-r1