Diff btrfs-progs-6.12 with a btrfs-progs-9999

/usr/portage/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild 2024-12-25 14:59:52.799270183 +0300
1
# Copyright 2008-2025 Gentoo Authors
1
# Copyright 2008-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
26 26
	S="${WORKDIR}"/${PN}-${MY_PV}
27 27

  
28 28
	if [[ ${PV} != *_rc* ]] ; then
29
		KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
29
		KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 30
	fi
31 31
fi
32 32

  
Thank you!