aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-04-13 11:56:29 -0400
committerJulien Roy <julien@jroy.ca>2024-04-13 11:57:59 -0400
commit7f3a4149bd64cb0f69ec4f600f0a6dc1dcfdd153 (patch)
treea622d5a176eea8be06577746bdcd846185818f30 /app-emulation
parentapp-emulation/quickemu: drop 4.8 (diff)
downloadguru-7f3a4149bd64cb0f69ec4f600f0a6dc1dcfdd153.tar.gz
guru-7f3a4149bd64cb0f69ec4f600f0a6dc1dcfdd153.tar.bz2
guru-7f3a4149bd64cb0f69ec4f600f0a6dc1dcfdd153.zip
app-emulation/quickemu: enable py3.11, py3.12
Closes: https://bugs.gentoo.org/897364 Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/quickemu/quickemu-4.9.1.ebuild4
-rw-r--r--app-emulation/quickemu/quickemu-4.9.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/quickemu/quickemu-4.9.1.ebuild b/app-emulation/quickemu/quickemu-4.9.1.ebuild
index 969d43cb0..e23c413c6 100644
--- a/app-emulation/quickemu/quickemu-4.9.1.ebuild
+++ b/app-emulation/quickemu/quickemu-4.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1
DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"
diff --git a/app-emulation/quickemu/quickemu-4.9.2.ebuild b/app-emulation/quickemu/quickemu-4.9.2.ebuild
index 969d43cb0..e23c413c6 100644
--- a/app-emulation/quickemu/quickemu-4.9.2.ebuild
+++ b/app-emulation/quickemu/quickemu-4.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1
DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"