diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:02 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-09-05 09:09:38 +0200 |
commit | 0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab (patch) | |
tree | 9b5c15c5d9fcb5838e91716f9328ffc58cbb25e8 /app-emulation/xen-tools | |
parent | x11-terms/kitty: add 0.26.2 (diff) | |
download | gentoo-0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab.tar.gz gentoo-0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab.tar.bz2 gentoo-0ae57ecef0b2bbdefe21299a7c0b38544b2f5bab.zip |
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@gentoo.org>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.15.3.ebuild | 2 | ||||
-rw-r--r-- | 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 |