Сравнение xorg-proto-2024.1 с xorg-proto-9999

/usr/portage/x11-base/xorg-proto/xorg-proto-9999.ebuild 2025-12-22 20:18:07.034221499 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{10..13} )
5
PYTHON_COMPAT=( python3_{11..14} )
6 6

  
7 7
MY_PN="${PN/xorg-/xorg}"
8 8
MY_P="${MY_PN}-${PV}"
......
18 18
DESCRIPTION="X.Org combined protocol headers"
19 19
HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
20 20
if [[ ${PV} != 9999* ]]; then
21
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
21
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
22 22
	SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.xz"
23 23
	S="${WORKDIR}/${MY_P}"
24 24
fi
Спасибо!