diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-09-02 15:46:30 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-09-02 15:46:47 +0200 |
commit | 351637d41f9f41ddcf98cc9c65619290114e9900 (patch) | |
tree | e478f1cbabeab871889627012505257258a48a3e /app-emulation/xen-tools | |
parent | dev-cpp/benchmark: Stabilize 1.7.0 ppc64, #867988 (diff) | |
download | gentoo-351637d41f9f41ddcf98cc9c65619290114e9900.tar.gz gentoo-351637d41f9f41ddcf98cc9c65619290114e9900.tar.bz2 gentoo-351637d41f9f41ddcf98cc9c65619290114e9900.zip |
app-emulation/xen-tools: enable py3.11
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.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.2.ebuild b/app-emulation/xen-tools/xen-tools-4.16.2.ebuild index f913c45d4312..d11d5925ee1d 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.2.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE='ncurses,xml,threads(+)' +PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_REQ_USE='ncurses,xml(+),threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 readme.gentoo-r1 toolchain-funcs |