Diff xorg-proto-2025.1 with a xorg-proto-9999

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

  
4 4
EAPI=8
......
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
Thank you!