diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 08:18:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 10:16:11 +0300 |
commit | cfa9006ff56f1874528590a4b8b4ee7840c34720 (patch) | |
tree | 3d8ffaf274990117c288fc14f944985d419f3da3 /x11-base | |
parent | app-emulation/lxc: drop 4.0.11 (diff) | |
download | gentoo-cfa9006ff56f1874528590a4b8b4ee7840c34720.tar.gz gentoo-cfa9006ff56f1874528590a4b8b4ee7840c34720.tar.bz2 gentoo-cfa9006ff56f1874528590a4b8b4ee7840c34720.zip |
x11-base/xcb-proto: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild index 9353e9d8fb9e..f3cb0b97aca6 100644 --- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) XORG_TARBALL_SUFFIX="xz" XORG_MODULE=proto/ XORG_MULTILIB=yes |