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: Fri, 02 Sep 2022 13:46:55
Message-Id: 1662126407.351637d41f9f41ddcf98cc9c65619290114e9900.flow@gentoo
1 commit: 351637d41f9f41ddcf98cc9c65619290114e9900
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 13:46:30 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 13:46:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351637d4
7
8 app-emulation/xen-tools: enable py3.11
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 app-emulation/xen-tools/xen-tools-4.16.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/xen-tools/xen-tools-4.16.2.ebuild b/app-emulation/xen-tools/xen-tools-4.16.2.ebuild
16 index f913c45d4312..d11d5925ee1d 100644
17 --- a/app-emulation/xen-tools/xen-tools-4.16.2.ebuild
18 +++ b/app-emulation/xen-tools/xen-tools-4.16.2.ebuild
19 @@ -3,8 +3,8 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 -PYTHON_REQ_USE='ncurses,xml,threads(+)'
25 +PYTHON_COMPAT=( python3_{8..11} )
26 +PYTHON_REQ_USE='ncurses,xml(+),threads(+)'
27
28 inherit bash-completion-r1 flag-o-matic multilib python-single-r1 readme.gentoo-r1 toolchain-funcs