diff options
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r-- | x11-drivers/xf86-video-qxl/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-qxl/Manifest b/x11-drivers/xf86-video-qxl/Manifest index 158807022e14..321b27f1f645 100644 --- a/x11-drivers/xf86-video-qxl/Manifest +++ b/x11-drivers/xf86-video-qxl/Manifest @@ -1,3 +1,3 @@ DIST xf86-video-qxl-0.1.6.tar.xz 438844 BLAKE2B 2236b8678975288e5a8d28689dc58c2808bfce6bc3d1a14fffd271695b3b5a4f322addb1cf43d96dfe636ef52d654574e45a5a877299a40debd8cfd26165f22e SHA512 f6a42355915d2e8f8a842dc24fe6d012d123aa6d23eedea1a4771fb08f88e0298d76741755b88304d76c66b3aae15f9fca74d062be395e499a82ee8f4507c7e0 -EBUILD xf86-video-qxl-0.1.6.ebuild 836 BLAKE2B 06e4f5cc64092cd6f95f2dbaedcf22998de50b51d82af7c4b23b33dd996f0c22b1df7f76e5b188d5ed3a4a704647b7baac7dd68a8d8f8db4c7a6d65c70e01601 SHA512 a2eb72bf39d6aaf1cdfeae84b9ba6c6f3a81775696633d0d01a3cfe4094d7f2e87ff8b85a509465e7aec45852850a4cdc95bd1c5594510d61b35a4dc7cc82c03 +EBUILD xf86-video-qxl-0.1.6.ebuild 837 BLAKE2B 560c44278714b853252a98527dc697c705b906047a7698f5967ffdee3036c3790ca17c8d21883ff2e6734577ba99088ca7e4cc6fea0ecfb863246906225f6338 SHA512 0af67ea85b819b4e961ecf088e43068845cfa012ecd82dc4372354ffb6a4beb6b9959c742b7c1ea23e6a434ab7ed5f48195d3b9b6af521227288e678715861c3 MISC metadata.xml 460 BLAKE2B 395d82f906854991a084f443448f523b0c5ad2353890ca2c47d6b28277f6e998746aa6f6b4eae38321dbd6356d33b7a43e81d2aa9f895f17ea22e48d8b99b628 SHA512 47338f8d0334783b5f5e7d582347b7b41b72d9ce2256d83bc4b7a1913139a1dadd65b34304501326cf99e7d8cf642cfbdf09ddf6b9d537589b7cedb6704239f7 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 |