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-utils/
Date: Fri, 03 Jun 2022 02:38:38
Message-Id: 1654223906.995d90f56e1d5eb3b5342ba4ed5243c93f27286a.sam@gentoo
1 commit: 995d90f56e1d5eb3b5342ba4ed5243c93f27286a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 02:38:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 02:38:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995d90f5
7
8 sys-apps/systemd-utils: add Python 3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/systemd-utils/systemd-utils-250.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd-utils/systemd-utils-250.7.ebuild b/sys-apps/systemd-utils/systemd-utils-250.7.ebuild
16 index 21922a535e32..93edcbe9fa2c 100644
17 --- a/sys-apps/systemd-utils/systemd-utils-250.7.ebuild
18 +++ b/sys-apps/systemd-utils/systemd-utils-250.7.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 QA_PKGCONFIG_VERSION=$(ver_cut 1)