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/selinux-python/
Date: Wed, 07 Sep 2022 07:52:58
Message-Id: 1662537128.68acb86322e0992cf41697c0becfcddecc2d2d14.mgorny@gentoo
1 commit: 68acb86322e0992cf41697c0becfcddecc2d2d14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68acb863
7
8 sys-apps/selinux-python: 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/selinux-python/selinux-python-3.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/selinux-python/selinux-python-3.3.ebuild b/sys-apps/selinux-python/selinux-python-3.3.ebuild
19 index 3d954e03c653..cae5d3896456 100644
20 --- a/sys-apps/selinux-python/selinux-python-3.3.ebuild
21 +++ b/sys-apps/selinux-python/selinux-python-3.3.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 PYTHON_COMPAT=( python3_{7..9} )
29 -PYTHON_REQ_USE="xml"
30 +PYTHON_REQ_USE="xml(+)"
31
32 inherit python-r1 toolchain-funcs