Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base/
Date: Wed, 07 Sep 2022 07:52:58
Message-Id: 1662537126.fe5330e08bed15648fc35e4b9f6e717eb8c89fae.mgorny@gentoo
1 commit: fe5330e08bed15648fc35e4b9f6e717eb8c89fae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5330e0
7
8 sec-policy/selinux-base: Update PYTHON_REQ_USE to xml(+)
9
10 Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
11 features the "xml" flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild | 2 +-
16 sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild | 2 +-
17 sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild | 2 +-
18 sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild | 2 +-
19 sec-policy/selinux-base/selinux-base-9999.ebuild | 4 ++--
20 5 files changed, 6 insertions(+), 6 deletions(-)
21
22 diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild
23 index 16ffa2766f65..794e2cddbca9 100644
24 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild
25 +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild
26 @@ -4,7 +4,7 @@
27 EAPI="7"
28
29 PYTHON_COMPAT=( python3_{8,9,10} )
30 -PYTHON_REQ_USE="xml"
31 +PYTHON_REQ_USE="xml(+)"
32 inherit python-any-r1
33
34 if [[ ${PV} == 9999* ]]; then
35
36 diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild
37 index 16ffa2766f65..794e2cddbca9 100644
38 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild
39 +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild
40 @@ -4,7 +4,7 @@
41 EAPI="7"
42
43 PYTHON_COMPAT=( python3_{8,9,10} )
44 -PYTHON_REQ_USE="xml"
45 +PYTHON_REQ_USE="xml(+)"
46 inherit python-any-r1
47
48 if [[ ${PV} == 9999* ]]; then
49
50 diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild
51 index 16ffa2766f65..794e2cddbca9 100644
52 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild
53 +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild
54 @@ -4,7 +4,7 @@
55 EAPI="7"
56
57 PYTHON_COMPAT=( python3_{8,9,10} )
58 -PYTHON_REQ_USE="xml"
59 +PYTHON_REQ_USE="xml(+)"
60 inherit python-any-r1
61
62 if [[ ${PV} == 9999* ]]; then
63
64 diff --git a/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild
65 index 659fad659691..6926182d8e27 100644
66 --- a/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild
67 +++ b/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild
68 @@ -4,7 +4,7 @@
69 EAPI="7"
70
71 PYTHON_COMPAT=( python3_{8,9,10} )
72 -PYTHON_REQ_USE="xml"
73 +PYTHON_REQ_USE="xml(+)"
74 inherit python-any-r1
75
76 if [[ ${PV} == 9999* ]]; then
77
78 diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild
79 index f9dcacae70f1..6926182d8e27 100644
80 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild
81 +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild
82 @@ -1,10 +1,10 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 +# Copyright 1999-2022 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI="7"
88
89 PYTHON_COMPAT=( python3_{8,9,10} )
90 -PYTHON_REQ_USE="xml"
91 +PYTHON_REQ_USE="xml(+)"
92 inherit python-any-r1
93
94 if [[ ${PV} == 9999* ]]; then