Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/
Date: Tue, 18 May 2021 15:55:24
Message-Id: 1621348178.918e27901342778b17340607cf86e3cb65138b4d.bkohler@gentoo
1 commit: 918e27901342778b17340607cf86e3cb65138b4d
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 14:29:38 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 14:29:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918e2790
7
8 app-misc/lfm: add python3_10 compat
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-misc/lfm/lfm-3.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/lfm/lfm-3.1.ebuild b/app-misc/lfm/lfm-3.1.ebuild
17 index 575baaae927..a9b266a3f8c 100644
18 --- a/app-misc/lfm/lfm-3.1.ebuild
19 +++ b/app-misc/lfm/lfm-3.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29 PYTHON_REQ_USE="ncurses"
30 DISTUTILS_USE_SETUPTOOLS=no
31 inherit distutils-r1