commit:     7bf537783704355b8c01a487d291698fecf35a74
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 03:51:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 03:51:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf53778

app-portage/recover-broken-vdb: enable py3.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r1.ebuild | 4 ++--
 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
 

Reply via email to