From 3778868d95dd0ab19dddfbae05629e4daeb20488 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 10 Apr 2021 16:02:25 +0200 Subject: [PATCH] dev-python/mkdocs-material-extensions: add py3.9 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan Signed-off-by: Joonas Niilola --- .../mkdocs-material-extensions-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.1.ebuild b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.1.ebuild index a5b3893e994b1..e61b975d97e6f 100644 --- a/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.1.ebuild +++ b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1