Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-process/audit/
Date: Wed, 10 Feb 2021 20:23:27
Message-Id: 1612988600.8598f24bb55d79bf457861fce1730e57db1aab01.sam@gentoo
1 commit: 8598f24bb55d79bf457861fce1730e57db1aab01
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 20:23:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 20:23:20 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=8598f24b
7
8 sys-process/audit: fix PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-process/audit/audit-2.7.1.ebuild | 4 ++--
14 sys-process/audit/audit-2.8.3.ebuild | 4 ++--
15 sys-process/audit/audit-2.8.4.ebuild | 4 ++--
16 sys-process/audit/audit-2.8.5-r1.ebuild | 2 +-
17 4 files changed, 7 insertions(+), 7 deletions(-)
18
19 diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild
20 index 4d7074f..4290aae 100644
21 --- a/sys-process/audit/audit-2.7.1.ebuild
22 +++ b/sys-process/audit/audit-2.7.1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
31 +PYTHON_COMPAT=( python3_{7,8,9} )
32
33 inherit autotools ltprune multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript
34
35
36 diff --git a/sys-process/audit/audit-2.8.3.ebuild b/sys-process/audit/audit-2.8.3.ebuild
37 index 88c3f4e..fb63471 100644
38 --- a/sys-process/audit/audit-2.8.3.ebuild
39 +++ b/sys-process/audit/audit-2.8.3.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2018 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="6"
46
47 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48 +PYTHON_COMPAT=( python3_{7,8,9} )
49
50 inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript
51
52
53 diff --git a/sys-process/audit/audit-2.8.4.ebuild b/sys-process/audit/audit-2.8.4.ebuild
54 index f5f7ad1..da2cc19 100644
55 --- a/sys-process/audit/audit-2.8.4.ebuild
56 +++ b/sys-process/audit/audit-2.8.4.ebuild
57 @@ -1,9 +1,9 @@
58 -# Copyright 1999-2019 Gentoo Authors
59 +# Copyright 1999-2021 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI="6"
63
64 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
65 +PYTHON_COMPAT=( python3_{7,8,9} )
66
67 inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript
68
69
70 diff --git a/sys-process/audit/audit-2.8.5-r1.ebuild b/sys-process/audit/audit-2.8.5-r1.ebuild
71 index 37e63a7..70467a6 100644
72 --- a/sys-process/audit/audit-2.8.5-r1.ebuild
73 +++ b/sys-process/audit/audit-2.8.5-r1.ebuild
74 @@ -3,7 +3,7 @@
75
76 EAPI="6"
77
78 -PYTHON_COMPAT=( python{3_6,3_7} )
79 +PYTHON_COMPAT=( python3_{7,8,9} )
80
81 inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript