commit: 0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 4 19:43:02 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 07:09:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae57ece
app-emulation/xen-tools: Update PYTHON_REQ_USE to xml(+) Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-emulation/xen-tools/xen-tools-4.15.3.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.15.3.ebuild b/app-emulation/xen-tools/xen-tools-4.15.3.ebuild index 6c9c7c9fec49..51f8fe6fefe4 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE='ncurses,xml,threads(+)' +PYTHON_REQ_USE='ncurses,xml(+),threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs 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 index 6e8b7325cf79..222cfab5381e 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.4_pre.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE='ncurses,xml,threads(+)' +PYTHON_REQ_USE='ncurses,xml(+),threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs