Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Fri, 03 Jun 2022 02:38:38
Message-Id: 1654223867.2696a5fbab2a9b19a1a2acd1d4942ee0ceca22a4.sam@gentoo
1 commit: 2696a5fbab2a9b19a1a2acd1d4942ee0ceca22a4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 02:37:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 02:37:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2696a5fb
7
8 sys-apps/systemd: add Python 3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-251.2.ebuild | 2 +-
13 sys-apps/systemd/systemd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/systemd/systemd-251.2.ebuild b/sys-apps/systemd/systemd-251.2.ebuild
17 index a11dccb51ae7..117a735a0f0e 100644
18 --- a/sys-apps/systemd/systemd-251.2.ebuild
19 +++ b/sys-apps/systemd/systemd-251.2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 # Avoid QA warnings
28 TMPFILES_OPTIONAL=1
29
30 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
31 index 61120378152b..8d29e691a36f 100644
32 --- a/sys-apps/systemd/systemd-9999.ebuild
33 +++ b/sys-apps/systemd/systemd-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40
41 # Avoid QA warnings
42 TMPFILES_OPTIONAL=1