diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 06:50:23 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 16:10:53 -0800 |
commit | c7fa89c9a07964388198caf9adfce37f6a9f6a80 (patch) | |
tree | cc1aba328f90e3e78b04ee6082ed60573102388a /app-emulation/spice | |
parent | net-analyzer/alive: add 2.0.5 (diff) | |
download | gentoo-c7fa89c9a07964388198caf9adfce37f6a9f6a80.tar.gz gentoo-c7fa89c9a07964388198caf9adfce37f6a9f6a80.tar.bz2 gentoo-c7fa89c9a07964388198caf9adfce37f6a9f6a80.zip |
app-emulation/spice: enable py3.10
Testsuite summary for spice 0.15.0
TOTAL: 18
PASS: 18
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-0.15.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/spice/spice-0.15.0.ebuild b/app-emulation/spice/spice-0.15.0.ebuild index c727ca7067e6..f4ddca794fbc 100644 --- a/app-emulation/spice/spice-0.15.0.ebuild +++ b/app-emulation/spice/spice-0.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 280a7ddc1f9c..cc219e95f61d 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit git-r3 meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" |