diff options
author | Cédric Krier <cedk@gentoo.org> | 2022-06-21 23:30:58 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2022-06-21 23:32:05 +0200 |
commit | fa3f1df5328bc78937d0f3f11f221d302df5a6c6 (patch) | |
tree | 44b80f5a55841d26fab0df0f021e47ddc190971a /dev-libs/stfl | |
parent | kde-plasma/xembed-sni-proxy: drop 5.25.0* (diff) | |
download | gentoo-fa3f1df5328bc78937d0f3f11f221d302df5a6c6.tar.gz gentoo-fa3f1df5328bc78937d0f3f11f221d302df5a6c6.tar.bz2 gentoo-fa3f1df5328bc78937d0f3f11f221d302df5a6c6.zip |
dev-libs/stfl: enable py3.10
Closes: https://bugs.gentoo.org/845672
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r-- | dev-libs/stfl/stfl-0.24-r4.ebuild | 4 |
1 files 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 |