Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Sat, 04 Jun 2022 01:03:56
Message-Id: 1654304578.678614602f004b25c004e81a4cfd6e3a96e743d6.concord@gentoo
1 commit: 678614602f004b25c004e81a4cfd6e3a96e743d6
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 13:19:29 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 01:02:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67861460
7
8 sys-process/audit: enable py3.11
9
10 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
11
12 sys-process/audit/audit-3.0.6-r1.ebuild | 2 +-
13 sys-process/audit/audit-3.0.7-r1.ebuild | 2 +-
14 sys-process/audit/audit-3.0.8.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-process/audit/audit-3.0.6-r1.ebuild b/sys-process/audit/audit-3.0.6-r1.ebuild
18 index 6341dfc49392..d3385c3d2ba6 100644
19 --- a/sys-process/audit/audit-3.0.6-r1.ebuild
20 +++ b/sys-process/audit/audit-3.0.6-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{8..11} )
27
28 inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript
29
30
31 diff --git a/sys-process/audit/audit-3.0.7-r1.ebuild b/sys-process/audit/audit-3.0.7-r1.ebuild
32 index ab3ffbbffea2..b6ddc1a4d1b0 100644
33 --- a/sys-process/audit/audit-3.0.7-r1.ebuild
34 +++ b/sys-process/audit/audit-3.0.7-r1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{8..10} )
40 +PYTHON_COMPAT=( python3_{8..11} )
41
42 inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript
43
44
45 diff --git a/sys-process/audit/audit-3.0.8.ebuild b/sys-process/audit/audit-3.0.8.ebuild
46 index 5b0d02d64cbe..4c4bfe08a040 100644
47 --- a/sys-process/audit/audit-3.0.8.ebuild
48 +++ b/sys-process/audit/audit-3.0.8.ebuild
49 @@ -7,7 +7,7 @@ EAPI=7
50 # check Fedora's packaging (https://src.fedoraproject.org/rpms/audit/tree/rawhide)
51 # on bumps (or if hitting a bug) to see what they've done there.
52
53 -PYTHON_COMPAT=( python3_{8..10} )
54 +PYTHON_COMPAT=( python3_{8..11} )
55
56 inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript