diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-09 10:32:27 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-09 10:33:51 -0400 |
commit | ba433532e29f159250d4fe3130fc065f27abaee3 (patch) | |
tree | 6026c637c39a9463c03f2d8897c906f4b6093d4b /x11-drivers | |
parent | media-libs/mesa-amber: Add Python 3.12 compatibility (diff) | |
download | gentoo-ba433532e29f159250d4fe3130fc065f27abaee3.tar.gz gentoo-ba433532e29f159250d4fe3130fc065f27abaee3.tar.bz2 gentoo-ba433532e29f159250d4fe3130fc065f27abaee3.zip |
x11-drivers/xf86-video-qxl: Add Python 3.12 compatibility
Closes: https://bugs.gentoo.org/929881
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild | 4 |
1 files 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 |