Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Tue, 01 Feb 2022 22:01:34
Message-Id: 1643752886.b8a5c3f0383d175d392e0018cf33609241216c5a.candrews@gentoo
1 commit: b8a5c3f0383d175d392e0018cf33609241216c5a
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 22:00:58 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 22:01:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5c3f0
7
8 app-portage/layman: Python 3.10 support
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-portage/layman/layman-2.4.3.ebuild | 4 ++--
14 app-portage/layman/layman-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
18 index 9b27ecf065e7..f07e9364aa7b 100644
19 --- a/app-portage/layman/layman-2.4.3.ebuild
20 +++ b/app-portage/layman/layman-2.4.3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27
28 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
29 +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
30 PYTHON_REQ_USE="xml(+),sqlite?"
31 DISTUTILS_USE_SETUPTOOLS=no
32
33
34 diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
35 index 98fd69757d53..47a4cf73907d 100644
36 --- a/app-portage/layman/layman-9999.ebuild
37 +++ b/app-portage/layman/layman-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="7"
44
45 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
46 +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
47 PYTHON_REQ_USE="xml(+),sqlite?"
48 DISTUTILS_USE_SETUPTOOLS=no