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: sys-apps/policycoreutils/
Date: Wed, 07 Sep 2022 07:52:59
Message-Id: 1662537127.8536261278c821976bba3a73aca80292df17c184.mgorny@gentoo
1 commit: 8536261278c821976bba3a73aca80292df17c184
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85362612
7
8 sys-apps/policycoreutils: 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 sys-apps/policycoreutils/policycoreutils-3.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
19 index 456189b1aac5..fb97df7db201 100644
20 --- a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
21 +++ b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI="7"
25 PYTHON_COMPAT=( python{3_7,3_8,3_9} )
26 -PYTHON_REQ_USE="xml"
27 +PYTHON_REQ_USE="xml(+)"
28
29 inherit multilib python-r1 toolchain-funcs bash-completion-r1