commit: 77234685b4e20dedf9ada2fff53f3eb6f729e519
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 09:55:01 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 09:55:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77234685
app-portage/smart-live-rebuild: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.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.3.7.ebuild
b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
index 7180a55364f..8dfa9ae3550 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
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 adf1f7f98ae..22d242d6b73 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=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
inherit distutils-r1 git-r3