commit:     656d3e7aea600d9995c64aef36392f243e5b6ee2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 05:04:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 05:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656d3e7a

app-emulation/qemu-guest-agent: disable py3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild | 2 +-
 app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild | 2 +-
 app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild
index 89b3517badc9..d9c076eaa2d6 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit edo systemd toolchain-funcs python-any-r1 udev
 

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild
index 86f9742a3e18..65868466c2ba 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit edo systemd toolchain-funcs python-any-r1 udev
 

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
index 3002f6df679d..e296cd7468d9 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit edo systemd toolchain-funcs python-any-r1 udev
 

Reply via email to