commit: fa3f1df5328bc78937d0f3f11f221d302df5a6c6 Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 21:30:58 2022 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 21:32:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3f1df5
dev-libs/stfl: enable py3.10 Closes: https://bugs.gentoo.org/845672 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-libs/stfl/stfl-0.24-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/stfl/stfl-0.24-r4.ebuild b/dev-libs/stfl/stfl-0.24-r4.ebuild index 5a3ba87236dc..bb88a64e8efc 100644 --- a/dev-libs/stfl/stfl-0.24-r4.ebuild +++ b/dev-libs/stfl/stfl-0.24-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) GENTOO_DEPEND_ON_PERL=no inherit perl-module python-r1 toolchain-funcs
