summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-05-18 23:26:10 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-05-18 23:27:35 +0200
commite27fd4394379734e7e2577287e109392368d5266 (patch)
treea7cd304f955509a132084d2b704073a99c40b63a /www-apps/nikola
parentdev-python/pygal: optimize dependencies (diff)
downloadgentoo-e27fd4394379734e7e2577287e109392368d5266.tar.gz
gentoo-e27fd4394379734e7e2577287e109392368d5266.tar.bz2
gentoo-e27fd4394379734e7e2577287e109392368d5266.zip
www-apps/nikola: add Python 3.9 support
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apps/nikola')
-rw-r--r--www-apps/nikola/nikola-8.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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