Diff numactl-2.0.16 with a numactl-2.0.16-r1

/usr/portage/sys-process/numactl/numactl-2.0.16-r1.ebuild 2023-10-09 14:52:35.584368504 +0300
12 12
	EGIT_REPO_URI="https://github.com/numactl/numactl.git"
13 13
else
14 14
	SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
15
	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux"
15
	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux"
16 16
fi
17 17

  
18 18
LICENSE="GPL-2"
......
21 21

  
22 22
PATCHES=(
23 23
	"${FILESDIR}"/${PN}-2.0.14-numademo-cflags.patch # bug #540856
24
	"${FILESDIR}"/${PN}-2.0.16-replace-stat64-with-normal-functions.patch # bug #540856
25
	"${FILESDIR}"/${PN}-2.0.16-configure-check-for-largefile-support.patch # bug #540856
24 26
)
25 27

  
26 28
src_prepare() {
Thank you!