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 06:56:39
Message-Id: 1654412149.9a3d2fe529f4a49add2ad345298b21a3777936b8.sam@gentoo
1 commit: 9a3d2fe529f4a49add2ad345298b21a3777936b8
2 Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
3 AuthorDate: Fri Jun 3 20:08:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 06:55:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d2fe5
7
8 app-portage/smart-live-rebuild: enable pypy3
9
10 Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild | 2 +-
14 app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index aeed66f087c5..37e4ae205522 100644
19 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
20 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=8
23
24 DISTUTILS_USE_PEP517=flit
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
27
28 inherit distutils-r1
29
30
31 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
32 index 0e21252001fb..30662fa33d93 100644
33 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
34 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=8
37
38 DISTUTILS_USE_PEP517=flit
39 -PYTHON_COMPAT=( python3_{8..10} )
40 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
41
42 inherit distutils-r1 git-r3