Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/
Date: Fri, 04 Jun 2021 09:55:56
Message-Id: 1622800501.77234685b4e20dedf9ada2fff53f3eb6f729e519.mgorny@gentoo
1 commit: 77234685b4e20dedf9ada2fff53f3eb6f729e519
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 09:55:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 09:55:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77234685
7
8 app-portage/smart-live-rebuild: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.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.3.7.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
17 index 7180a55364f..8dfa9ae3550 100644
18 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
19 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=no
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
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 adf1f7f98ae..22d242d6b73 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=7
36
37 DISTUTILS_USE_SETUPTOOLS=no
38 -PYTHON_COMPAT=( python3_{8..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
42 inherit distutils-r1 git-r3