From eedf70d91199c4e43d39281555b612047447f5aa Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 12 Jul 2017 13:59:27 +0200 Subject: [PATCH] www-apps/nikola: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- www-apps/nikola/nikola-7.8.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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