diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-05-18 09:29:38 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-05-18 09:29:38 -0500 |
commit | 918e27901342778b17340607cf86e3cb65138b4d (patch) | |
tree | 80942596fc94c89f640121a532d870a297f1ccf9 /app-misc/lfm | |
parent | app-admin/xkcdpass: add python3_10 compat (diff) | |
download | gentoo-918e27901342778b17340607cf86e3cb65138b4d.tar.gz gentoo-918e27901342778b17340607cf86e3cb65138b4d.tar.bz2 gentoo-918e27901342778b17340607cf86e3cb65138b4d.zip |
app-misc/lfm: add python3_10 compat
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-misc/lfm')
-rw-r--r-- | app-misc/lfm/lfm-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lfm/lfm-3.1.ebuild b/app-misc/lfm/lfm-3.1.ebuild index 575baaae927c..a9b266a3f8cb 100644 --- a/app-misc/lfm/lfm-3.1.ebuild +++ b/app-misc/lfm/lfm-3.1.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..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |