Diff numactl-2.0.19 with a numactl-9999

/usr/portage/sys-process/numactl/numactl-9999.ebuild 2024-12-25 14:59:52.827270184 +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
EAPI=8
......
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 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux"
15
	KEYWORDS="~alpha ~amd64 ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
16 16
fi
17 17

  
18 18
LICENSE="GPL-2"
Thank you!