aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-08-01 11:02:26 -0700
committerorbea <orbea@riseup.net>2024-08-01 11:02:26 -0700
commitbd282effd8820a0a53ab5c419e877c3a47208bc1 (patch)
tree5ffeac2f1897acb361d87a09bd4a63f093ee8cc6
parentapp-pda/libimobiledevice: drop to maintainer-needed (diff)
downloadlibressl-bd282effd8820a0a53ab5c419e877c3a47208bc1.tar.gz
libressl-bd282effd8820a0a53ab5c419e877c3a47208bc1.tar.bz2
libressl-bd282effd8820a0a53ab5c419e877c3a47208bc1.zip
app-emulation/spice: enable py3.12
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r--app-emulation/spice/spice-0.15.1-r1.ebuild2
-rw-r--r--app-emulation/spice/spice-0.15.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/spice/spice-0.15.1-r1.ebuild b/app-emulation/spice/spice-0.15.1-r1.ebuild
index 6a8caef..2a05bdb 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 1d4d70e..a821a00 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"