diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:57:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:57:53 +0200 |
commit | ad8e3f929628ec85f0557915f30ab3bc3b7670dc (patch) | |
tree | 6b1b2bf72133c2019f56237ab9fd717a6b38667b /sys-process/numactl | |
parent | app-admin/logrotate: Stabilize 3.21.0 arm64, #899294 (diff) | |
download | gentoo-ad8e3f929628ec85f0557915f30ab3bc3b7670dc.tar.gz gentoo-ad8e3f929628ec85f0557915f30ab3bc3b7670dc.tar.bz2 gentoo-ad8e3f929628ec85f0557915f30ab3bc3b7670dc.zip |
sys-process/numactl: Stabilize 2.0.16 arm64, #899372
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process/numactl')
-rw-r--r-- | sys-process/numactl/numactl-2.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.16.ebuild b/sys-process/numactl/numactl-2.0.16.ebuild index 983ac0b8961f..5a9f447e1b99 100644 --- a/sys-process/numactl/numactl-2.0.16.ebuild +++ b/sys-process/numactl/numactl-2.0.16.ebuild @@ -12,7 +12,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" |