diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 06:54:00 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 07:02:03 -0400 |
commit | 6ca400246609f3c43e88504f58bad91422ce3429 (patch) | |
tree | d1682f35fae5af6da09e9098966e65a8c6c104f1 /x11-libs | |
parent | dev-libs/pocketfft: add 2023.12.30 (diff) | |
download | gentoo-6ca400246609f3c43e88504f58bad91422ce3429.tar.gz gentoo-6ca400246609f3c43e88504f58bad91422ce3429.tar.bz2 gentoo-6ca400246609f3c43e88504f58bad91422ce3429.zip |
x11-libs/xcb-util-errors: enable py3.12
Last blocker preventing python3_12 target migration without
secondary 3_11 on one of my system given it requests 3_11 on
xcb-proto otherwise.
Tests "technically" pass, but TOTAL: 1 + SKIP: 1 means nothing.
Installed files and a revdep which uses this package seems fine
though.
Revbump to update python-any-r1 BDEPEND, switch is getting
close and this package does not get bumps often to clear it
up.
Closes: https://bugs.gentoo.org/929882
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild (renamed from x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild index e8c8289e8f87..5d519c7d5a3f 100644 --- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-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-any-r1 xorg-3 |