Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/
Date: Sun, 05 Jun 2022 07:15:56
Message-Id: 1654413347.c4f2ceebfb654ef17ee5e61da73af2d023f0345b.sam@gentoo
1 commit: c4f2ceebfb654ef17ee5e61da73af2d023f0345b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 07:15:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 07:15:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2ceeb
7
8 app-portage/smart-live-rebuild: add Python 3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild | 2 +-
13 app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 37e4ae205522..06f0f8a0098b 100644
18 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
19 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 DISTUTILS_USE_PEP517=flit
24 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
25 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
26
27 inherit distutils-r1
28
29
30 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
31 index 30662fa33d93..190ef2047ebe 100644
32 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
33 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=8
36
37 DISTUTILS_USE_PEP517=flit
38 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
39 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
40
41 inherit distutils-r1 git-r3