Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Mon, 05 Sep 2022 07:09:46
Message-Id: 1662361778.0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab.flow@gentoo
1 commit: 0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:02 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 07:09:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae57ece
7
8 app-emulation/xen-tools: 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 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
15
16 app-emulation/xen-tools/xen-tools-4.15.3.ebuild | 2 +-
17 app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/app-emulation/xen-tools/xen-tools-4.15.3.ebuild b/app-emulation/xen-tools/xen-tools-4.15.3.ebuild
21 index 6c9c7c9fec49..51f8fe6fefe4 100644
22 --- a/app-emulation/xen-tools/xen-tools-4.15.3.ebuild
23 +++ b/app-emulation/xen-tools/xen-tools-4.15.3.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=7
26
27 PYTHON_COMPAT=( python3_{8..10} )
28 -PYTHON_REQ_USE='ncurses,xml,threads(+)'
29 +PYTHON_REQ_USE='ncurses,xml(+),threads(+)'
30
31 inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs
32
33
34 diff --git a/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild b/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild
35 index 6e8b7325cf79..222cfab5381e 100644
36 --- a/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild
37 +++ b/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild
38 @@ -4,7 +4,7 @@
39 EAPI=7
40
41 PYTHON_COMPAT=( python3_{8..10} )
42 -PYTHON_REQ_USE='ncurses,xml,threads(+)'
43 +PYTHON_REQ_USE='ncurses,xml(+),threads(+)'
44
45 inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs