diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-04 14:45:16 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:12:32 +0100 |
commit | 00f5210b3da56cfa595ce8bb658202ec34d71136 (patch) | |
tree | 8b6dbcc7f3b24967c703f282d5e0e48ce4f5a8fd /x11-base | |
parent | sys-apps/systemd-utils: enable py3.12 (diff) | |
download | gentoo-00f5210b3da56cfa595ce8bb658202ec34d71136.tar.gz gentoo-00f5210b3da56cfa595ce8bb658202ec34d71136.tar.bz2 gentoo-00f5210b3da56cfa595ce8bb658202ec34d71136.zip |
x11-base/xcb-proto: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild index 904e72f5549d..e322e3ea4d8f 100644 --- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) XORG_TARBALL_SUFFIX="xz" XORG_MODULE=proto/ |