commit: d3561c57248da39e6549a37d0c5bba5f415d6b6c Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com> AuthorDate: Tue Apr 23 18:18:53 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 24 06:10:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3561c57
app-emulation/spice: enable py3.12 Closes: https://bugs.gentoo.org/929311 Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com> Closes: https://github.com/gentoo/gentoo/pull/36379 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-emulation/spice/spice-0.15.1-r1.ebuild | 2 +- app-emulation/spice/spice-0.15.2.ebuild | 4 ++-- app-emulation/spice/spice-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/spice/spice-0.15.1-r1.ebuild b/app-emulation/spice/spice-0.15.1-r1.ebuild index 707e534ddc0c..3a1d525ff2a6 100644 --- a/app-emulation/spice/spice-0.15.1-r1.ebuild +++ b/app-emulation/spice/spice-0.15.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) # Port to meson once https://gitlab.freedesktop.org/spice/spice/-/issues/75 is fixed inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild index 1195e1a7434c..69caa30dafc1 100644 --- a/app-emulation/spice/spice-0.15.2.ebuild +++ b/app-emulation/spice/spice-0.15.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson 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 66b65d5f7dfb..22dfed00d335 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server"
