diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 03:51:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 03:51:08 +0000 |
commit | 7bf537783704355b8c01a487d291698fecf35a74 (patch) | |
tree | 452b868de8c8afa156bd4e3c8bbf37201979764d /app-portage | |
parent | profiles: last-rite sys-libs/db:6.0 (diff) | |
download | gentoo-7bf537783704355b8c01a487d291698fecf35a74.tar.gz gentoo-7bf537783704355b8c01a487d291698fecf35a74.tar.bz2 gentoo-7bf537783704355b8c01a487d291698fecf35a74.zip |
app-portage/recover-broken-vdb: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild index 090365bd9c15..9a8d5f3fb8c0 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild index 6577b6801c54..1cb2cd3a33bb 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |