commit: c4f2ceebfb654ef17ee5e61da73af2d023f0345b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 07:15:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:15:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2ceeb
app-portage/smart-live-rebuild: add Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild | 2 +-
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
index 37e4ae205522..06f0f8a0098b 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 30662fa33d93..190ef2047ebe 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1 git-r3