diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 16:04:10 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 16:10:54 -0800 |
commit | 7f16d64ea37827e0e41c31c8818c1f8e0521ef24 (patch) | |
tree | 2bdd3c1fda309c99a83a0a6e5cbbc4bc252aa2a6 /net-misc/spice-gtk | |
parent | app-emulation/spice: enable py3.10 (diff) | |
download | gentoo-7f16d64ea37827e0e41c31c8818c1f8e0521ef24.tar.gz gentoo-7f16d64ea37827e0e41c31c8818c1f8e0521ef24.tar.bz2 gentoo-7f16d64ea37827e0e41c31c8818c1f8e0521ef24.zip |
net-misc/spice-gtk: enable py3.10
Ok: 13
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild index f6db285d1dc8..af1ce907709d 100644 --- a/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit desktop meson python-any-r1 readme.gentoo-r1 vala xdg-utils diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 59fac8bcb9c5..cac0f2b7b32f 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit desktop git-r3 meson python-any-r1 readme.gentoo-r1 vala xdg-utils |