diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-02-01 17:00:58 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-02-01 17:01:26 -0500 |
commit | b8a5c3f0383d175d392e0018cf33609241216c5a (patch) | |
tree | 6f0c8cd68a58b208b169771f16e687148a5c25ec /app-portage | |
parent | sys-apps/pcsc-lite: Version bump (v1.9.5) (diff) | |
download | gentoo-b8a5c3f0383d175d392e0018cf33609241216c5a.tar.gz gentoo-b8a5c3f0383d175d392e0018cf33609241216c5a.tar.bz2 gentoo-b8a5c3f0383d175d392e0018cf33609241216c5a.zip |
app-portage/layman: Python 3.10 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/layman/layman-2.4.3.ebuild | 4 | ||||
-rw-r--r-- | app-portage/layman/layman-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild index 9b27ecf065e7..f07e9364aa7b 100644 --- a/app-portage/layman/layman-2.4.3.ebuild +++ b/app-portage/layman/layman-2.4.3.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,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) PYTHON_REQ_USE="xml(+),sqlite?" DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index 98fd69757d53..47a4cf73907d 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.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,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) PYTHON_REQ_USE="xml(+),sqlite?" DISTUTILS_USE_SETUPTOOLS=no |