commit: 9b91d8bed01784f8bf857566b6aa7fabe99e0bf3
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 07:26:12 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 07:26:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b91d8be
dev-python/pyfiglet: sync 9999
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/pyfiglet/pyfiglet-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild
b/dev-python/pyfiglet/pyfiglet-9999.ebuild
index 35776c9e8..9ac98a1e9 100644
--- a/dev-python/pyfiglet/pyfiglet-9999.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-9999.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