diff --git a/www-apps/nikola/nikola-7.8.8.ebuild b/www-apps/nikola/nikola-7.8.8.ebuild index b5dd7d5192621..294bf90d957d2 100644 --- a/www-apps/nikola/nikola-7.8.8.ebuild +++ b/www-apps/nikola/nikola-7.8.8.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 and 3.6 wait for dependencies +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) # 3.6 waiting for deps inherit distutils-r1