Diff xz-utils-5.6.3 with a xz-utils-9999

/usr/portage/app-arch/xz-utils/xz-utils-9999.ebuild 2024-12-25 14:59:47.039270038 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
# Remember: we cannot leverage autotools in this ebuild in order
......
35 35
	"
36 36

  
37 37
	if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
38
		KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
38
		KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
39 39
	fi
40 40

  
41 41
	S="${WORKDIR}/${MY_P}"
Thank you!