From e24a2e41ecf6d6c729e9add01a925f80bd5549ce Mon Sep 17 00:00:00 2001 From: Simon van der Maas Date: Tue, 16 Feb 2021 11:53:49 +0100 Subject: [PATCH] dev-python/pyfiglet: updated python versions Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas --- dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild index 35776c9e87..9ac98a1e94 100644 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.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 ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1