Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Mon, 03 Jan 2022 00:11:05
Message-Id: 1641168654.7f16d64ea37827e0e41c31c8818c1f8e0521ef24.gyakovlev@gentoo
1 commit: 7f16d64ea37827e0e41c31c8818c1f8e0521ef24
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 00:04:10 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 00:10:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f16d64e
7
8 net-misc/spice-gtk: enable py3.10
9
10 Ok: 13
11 Expected Fail: 0
12 Fail: 0
13 Unexpected Pass: 0
14 Skipped: 0
15 Timeout: 0
16
17 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
18
19 net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild | 4 ++--
20 net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 ++--
21 2 files changed, 4 insertions(+), 4 deletions(-)
22
23 diff --git a/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
24 index f6db285d1dc8..af1ce907709d 100644
25 --- a/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
26 +++ b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2021 Gentoo Authors
29 +# Copyright 1999-2022 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -6,7 +6,7 @@ EAPI=7
34 VALA_MIN_API_VERSION="0.14"
35 VALA_USE_DEPEND="vapigen"
36
37 -PYTHON_COMPAT=( python3_{7..9} )
38 +PYTHON_COMPAT=( python3_{7..10} )
39
40 inherit desktop meson python-any-r1 readme.gentoo-r1 vala xdg-utils
41
42
43 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
44 index 59fac8bcb9c5..cac0f2b7b32f 100644
45 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
46 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -6,7 +6,7 @@ EAPI=7
54 VALA_MIN_API_VERSION="0.14"
55 VALA_USE_DEPEND="vapigen"
56
57 -PYTHON_COMPAT=( python3_{7..9} )
58 +PYTHON_COMPAT=( python3_{7..10} )
59
60 inherit desktop git-r3 meson python-any-r1 readme.gentoo-r1 vala xdg-utils