diff options
author | 2021-03-06 10:14:38 +0100 | |
---|---|---|
committer | 2021-03-06 10:14:38 +0100 | |
commit | 2cb73db1757a619001e17433b259c08fcbd667f7 (patch) | |
tree | ed70208e7835b45d2a88b4e1d875f1df0a278dc8 /dev-libs/stfl | |
parent | dev-libs/stfl: clean old (diff) | |
download | gentoo-2cb73db1757a619001e17433b259c08fcbd667f7.tar.gz gentoo-2cb73db1757a619001e17433b259c08fcbd667f7.tar.bz2 gentoo-2cb73db1757a619001e17433b259c08fcbd667f7.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r-- | dev-libs/stfl/stfl-0.24-r3.ebuild | 4 |
1 files 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 d2531da8b101..33ad54725097 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 |