commit: 2cb73db1757a619001e17433b259c08fcbd667f7
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 09:14:38 2021 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 09:14:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb73db1
dev-libs/stfl: add support for python 3.9
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-libs/stfl/stfl-0.24-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/stfl/stfl-0.24-r3.ebuild
b/dev-libs/stfl/stfl-0.24-r3.ebuild
index d2531da8b10..33ad5472509 100644
--- a/dev-libs/stfl/stfl-0.24-r3.ebuild
+++ b/dev-libs/stfl/stfl-0.24-r3.ebuild
@@ -1,8 +1,8 @@
-# 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..9} )
GENTOO_DEPEND_ON_PERL=no
inherit eutils multilib perl-module python-r1 toolchain-funcs