www-apps/nikola: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:59:27 +0000 (13:59 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:18 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

www-apps/nikola/nikola-7.8.8.ebuild

index b5dd7d5192621d7ed53f4dd1177611a2992d2be8..294bf90d957d2d70702be488445e6faa0df9f74f 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 and 3.6 wait for dependencies
+PYTHON_COMPAT=( python{2_7,3_4,3_5} ) # 3.6 waiting for deps
 
 inherit distutils-r1