commit: 6ca400246609f3c43e88504f58bad91422ce3429 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon May 6 10:54:00 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon May 6 11:02:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca40024
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 <AT> gentoo.org> .../{xcb-util-errors-1.0.1.ebuild => xcb-util-errors-1.0.1-r1.ebuild} | 4 ++-- 1 file 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 similarity index 90% rename from x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild rename to 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
