Diff xcb-proto-1.15.2 with a xcb-proto-1.16.0

/usr/portage/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 2023-10-09 14:52:35.912368512 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..12} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7
XORG_TARBALL_SUFFIX="xz"
8 8
XORG_MODULE=proto/
9 9

  
......
13 13
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/proto/xcbproto"
14 14
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
15 15

  
16
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
16
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
17 17
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
18 18

  
19 19
DEPEND=""
Thank you!