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/spice/
Date: Mon, 03 Jan 2022 00:11:05
Message-Id: 1641168653.c7fa89c9a07964388198caf9adfce37f6a9f6a80.gyakovlev@gentoo
1 commit: c7fa89c9a07964388198caf9adfce37f6a9f6a80
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 14:50:23 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 00:10:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fa89c9
7
8 app-emulation/spice: enable py3.10
9
10 Testsuite summary for spice 0.15.0
11 TOTAL: 18
12 PASS: 18
13 SKIP: 0
14 XFAIL: 0
15 FAIL: 0
16 XPASS: 0
17 ERROR: 0
18
19 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
20
21 app-emulation/spice/spice-0.15.0.ebuild | 4 ++--
22 app-emulation/spice/spice-9999.ebuild | 4 ++--
23 2 files changed, 4 insertions(+), 4 deletions(-)
24
25 diff --git a/app-emulation/spice/spice-0.15.0.ebuild b/app-emulation/spice/spice-0.15.0.ebuild
26 index c727ca7067e6..f4ddca794fbc 100644
27 --- a/app-emulation/spice/spice-0.15.0.ebuild
28 +++ b/app-emulation/spice/spice-0.15.0.ebuild
29 @@ -1,9 +1,9 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 +# Copyright 1999-2022 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=7
35
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 +PYTHON_COMPAT=( python3_{7,8,9,10} )
38 inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils
39
40 DESCRIPTION="SPICE server"
41
42 diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild
43 index 280a7ddc1f9c..cc219e95f61d 100644
44 --- a/app-emulation/spice/spice-9999.ebuild
45 +++ b/app-emulation/spice/spice-9999.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python3_{7,8,9} )
54 +PYTHON_COMPAT=( python3_{7,8,9,10} )
55 inherit git-r3 meson python-any-r1 readme.gentoo-r1 xdg-utils
56
57 DESCRIPTION="SPICE server"