commit: f1e9e1bf3dac9ee33a728737c8a2d3489e19ac08 Author: xz-dev <xiangzhedev <AT> gmail <DOT> com> AuthorDate: Tue Jan 6 03:47:41 2026 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Jan 6 10:29:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1e9e1bf
app-emulation/quickemu: enable py3.14 Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com> Part-of: https://github.com/gentoo/guru/pull/411 Closes: https://github.com/gentoo/guru/pull/411 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-emulation/quickemu/quickemu-4.9.7-r1.ebuild | 2 +- app-emulation/quickemu/quickemu-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/quickemu/quickemu-4.9.7-r1.ebuild b/app-emulation/quickemu/quickemu-4.9.7-r1.ebuild index 0278e9bf24..28ab7de2bc 100644 --- a/app-emulation/quickemu/quickemu-4.9.7-r1.ebuild +++ b/app-emulation/quickemu/quickemu-4.9.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-single-r1 DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines" diff --git a/app-emulation/quickemu/quickemu-9999.ebuild b/app-emulation/quickemu/quickemu-9999.ebuild index ab20dadb65..e0d6638452 100644 --- a/app-emulation/quickemu/quickemu-9999.ebuild +++ b/app-emulation/quickemu/quickemu-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-single-r1 DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"
