From e27fd4394379734e7e2577287e109392368d5266 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 18 May 2021 23:26:10 +0200 Subject: www-apps/nikola: add Python 3.9 support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- www-apps/nikola/nikola-8.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-apps') diff --git a/www-apps/nikola/nikola-8.1.3.ebuild b/www-apps/nikola/nikola-8.1.3.ebuild index b8c901ed3b02..6f511ec988fa 100644 --- a/www-apps/nikola/nikola-8.1.3.ebuild +++ b/www-apps/nikola/nikola-8.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -- cgit v1.2.3-65-gdbad