diff options
author | Sam James <sam@gentoo.org> | 2024-03-24 11:35:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-24 11:35:14 +0000 |
commit | f1326b33e5e1b00f4df8f08c2b256fea243e81cf (patch) | |
tree | f624699e17110f1700cf1f7614e1560e6813216b /sys-process | |
parent | sys-apps/tcp-wrappers: Stabilize 7.6.31-r1 arm64, #927705 (diff) | |
download | gentoo-f1326b33e5e1b00f4df8f08c2b256fea243e81cf.tar.gz gentoo-f1326b33e5e1b00f4df8f08c2b256fea243e81cf.tar.bz2 gentoo-f1326b33e5e1b00f4df8f08c2b256fea243e81cf.zip |
sys-process/numactl: Stabilize 2.0.18 arm64, #927696
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/numactl-2.0.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.18.ebuild b/sys-process/numactl/numactl-2.0.18.ebuild index b139dcb9e3df..6edca884c714 100644 --- a/sys-process/numactl/numactl-2.0.18.ebuild +++ b/sys-process/numactl/numactl-2.0.18.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" |