diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 22:46:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 22:46:08 +0100 |
commit | e7b9468d3ed257f5fa42f16cedd47878c4afcb3a (patch) | |
tree | 46bc87d4d7259433341d4f394171084e2b4df379 /app-portage/recover-broken-vdb | |
parent | net-misc/rsync: enable py3.12 (diff) | |
download | gentoo-e7b9468d3ed257f5fa42f16cedd47878c4afcb3a.tar.gz gentoo-e7b9468d3ed257f5fa42f16cedd47878c4afcb3a.tar.bz2 gentoo-e7b9468d3ed257f5fa42f16cedd47878c4afcb3a.zip |
app-portage/recover-broken-vdb: enable py3.12
Closes: https://bugs.gentoo.org/929356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/recover-broken-vdb')
-rw-r--r-- | app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.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-r2.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild index d5864f223a3c..81aa80b87351 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 36e77ecea0b2..14ee0a7a98bc 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-2023 Gentoo Authors +# Copyright 1999-2024 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |