commit:     ba433532e29f159250d4fe3130fc065f27abaee3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 14:32:27 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May  9 14:33:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba433532

x11-drivers/xf86-video-qxl: Add Python 3.12 compatibility

Closes: https://bugs.gentoo.org/929881
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild 
b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild
index 170d1ff7a52b..3f13514a4da3 100644
--- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 XORG_TARBALL_SUFFIX="xz"
 inherit python-single-r1 xorg-3
 

Reply via email to