diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 21:45:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 21:45:43 +0100 |
commit | 806122100b3f02e733a3252f9e3c5b6289f4045f (patch) | |
tree | 987189c5fe91229d5e445cff4c3df03ed1cd46df /sys-process/numactl | |
parent | sys-fs/fuse: Stabilize 3.12.0 ppc, #878575 (diff) | |
download | gentoo-806122100b3f02e733a3252f9e3c5b6289f4045f.tar.gz gentoo-806122100b3f02e733a3252f9e3c5b6289f4045f.tar.bz2 gentoo-806122100b3f02e733a3252f9e3c5b6289f4045f.zip |
sys-process/numactl: Stabilize 2.0.14-r1 arm64, #878577
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/numactl')
-rw-r--r-- | sys-process/numactl/numactl-2.0.14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.14-r1.ebuild b/sys-process/numactl/numactl-2.0.14-r1.ebuild index 0698b40f923a..52ee1623ae40 100644 --- a/sys-process/numactl/numactl-2.0.14-r1.ebuild +++ b/sys-process/numactl/numactl-2.0.14-r1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/numactl/numactl.git" else SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux" fi LICENSE="GPL-2" |