Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Mon, 03 Jan 2022 00:11:07
Message-Id: 1641168655.29f9d57e307dac3a61fde932f03d124866009820.gyakovlev@gentoo
1 commit: 29f9d57e307dac3a61fde932f03d124866009820
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 14:47:23 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 00:10:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f9d57e
7
8 app-emulation/virt-manager: enable py3.10
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-emulation/virt-manager/virt-manager-3.2.0.ebuild | 4 ++--
13 app-emulation/virt-manager/virt-manager-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
17 index 8529c5b317cb..a17e294825f2 100644
18 --- a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
19 +++ b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +PYTHON_COMPAT=( python3_{8,9,10} )
29 DISTUTILS_SINGLE_IMPL=1
30
31 DISTUTILS_USE_SETUPTOOLS=no
32
33 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
34 index 18fe7b6fb023..40577b554f57 100644
35 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
36 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 +# Copyright 1999-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43
44 -PYTHON_COMPAT=( python3_{8,9} )
45 +PYTHON_COMPAT=( python3_{8,9,10} )
46 DISTUTILS_SINGLE_IMPL=1
47
48 DISTUTILS_USE_SETUPTOOLS=no